diff options
author | Jeff Johnson <quic_jjohnson@quicinc.com> | 2022-09-09 16:53:00 +0200 |
---|---|---|
committer | Kalle Valo <quic_kvalo@quicinc.com> | 2022-09-16 11:18:51 +0200 |
commit | b8a71b953653dfd6b005356bff8463503dd0f965 (patch) | |
tree | 18dd03e9532d38e707ec2bdc0d3af21a41c7071d /drivers/net/wireless/ath/ath10k/htt_tx.c | |
parent | wifi: ath11k: Increase TCL data ring size for WCN6750 (diff) | |
download | linux-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_tx.c')
-rw-r--r-- | drivers/net/wireless/ath/ath10k/htt_tx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath10k/htt_tx.c b/drivers/net/wireless/ath/ath10k/htt_tx.c index a19b0795c86d..bd603feb7953 100644 --- a/drivers/net/wireless/ath/ath10k/htt_tx.c +++ b/drivers/net/wireless/ath/ath10k/htt_tx.c @@ -1112,7 +1112,7 @@ int ath10k_htt_tx_fetch_resp(struct ath10k *ar, int len = 0; int ret; - /* Response IDs are echo-ed back only for host driver convienence + /* Response IDs are echo-ed back only for host driver convenience * purposes. They aren't used for anything in the driver yet so use 0. */ |