aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/htt_rx.c
diff options
context:
space:
mode:
authorJeff Johnson <quic_jjohnson@quicinc.com>2022-09-09 07:53:00 -0700
committerKalle Valo <quic_kvalo@quicinc.com>2022-09-16 12:18:51 +0300
commitb8a71b953653dfd6b005356bff8463503dd0f965 (patch)
tree18dd03e9532d38e707ec2bdc0d3af21a41c7071d /drivers/net/wireless/ath/ath10k/htt_rx.c
parentwifi: ath11k: Increase TCL data ring size for WCN6750 (diff)
downloadlinux-b8a71b953653dfd6b005356bff8463503dd0f965.tar.xz
linux-b8a71b953653dfd6b005356bff8463503dd0f965.zip
wifi: ath10k: Fix miscellaneous spelling errors
Fix misspellings flagged by 'codespell'. Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com> Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com> Link: https://lore.kernel.org/r/20220909145300.19223-1-quic_jjohnson@quicinc.com
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/htt_rx.c')
-rw-r--r--drivers/net/wireless/ath/ath10k/htt_rx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath10k/htt_rx.c b/drivers/net/wireless/ath/ath10k/htt_rx.c
index 8a075a711b71..be02ab27a49b 100644
--- a/drivers/net/wireless/ath/ath10k/htt_rx.c
+++ b/drivers/net/wireless/ath/ath10k/htt_rx.c
@@ -2496,7 +2496,7 @@ static bool ath10k_htt_rx_proc_rx_ind_hl(struct ath10k_htt *htt,
/* I have not yet seen any case where num_mpdu_ranges > 1.
* qcacld does not seem handle that case either, so we introduce the
- * same limitiation here as well.
+ * same limitation here as well.
*/
if (num_mpdu_ranges > 1)
ath10k_warn(ar,