summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath11k/dp_tx.c
diff options
context:
space:
mode:
authorJeff Johnson <quic_jjohnson@quicinc.com>2023-08-22 17:50:49 +0300
committerKalle Valo <quic_kvalo@quicinc.com>2023-08-23 17:05:25 +0300
commitd68a283bfc39aeed2a51c67804e014bf4b35c7e1 (patch)
treed8e8882aef6046552a69971ad503af77f963310f /drivers/net/wireless/ath/ath11k/dp_tx.c
parent3ced39049d4d87231c3ddabfb335fe78a99591c2 (diff)
downloadlinux-d68a283bfc39aeed2a51c67804e014bf4b35c7e1.tar.xz
wifi: ath11k: Fix a few spelling errors
Fix a few issues flagged by 'codespell'. Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com> Link: https://lore.kernel.org/r/20230822-ath_spelling-v1-2-8e2698759564@quicinc.com
Diffstat (limited to 'drivers/net/wireless/ath/ath11k/dp_tx.c')
-rw-r--r--drivers/net/wireless/ath/ath11k/dp_tx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath11k/dp_tx.c b/drivers/net/wireless/ath/ath11k/dp_tx.c
index b85a4a03b37a..0dda76f7a4b5 100644
--- a/drivers/net/wireless/ath/ath11k/dp_tx.c
+++ b/drivers/net/wireless/ath/ath11k/dp_tx.c
@@ -238,7 +238,7 @@ tcl_ring_sel:
spin_unlock_bh(&tcl_ring->lock);
ret = -ENOMEM;
- /* Checking for available tcl descritors in another ring in
+ /* Checking for available tcl descriptors in another ring in
* case of failure due to full tcl ring now, is better than
* checking this ring earlier for each pkt tx.
* Restart ring selection if some rings are not checked yet.