summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k/pci.c
diff options
context:
space:
mode:
authorJeff Johnson <quic_jjohnson@quicinc.com>2022-09-09 17:53:00 +0300
committerKalle Valo <quic_kvalo@quicinc.com>2022-09-16 12:18:51 +0300
commitb8a71b953653dfd6b005356bff8463503dd0f965 (patch)
tree18dd03e9532d38e707ec2bdc0d3af21a41c7071d /drivers/net/wireless/ath/ath10k/pci.c
parent97c9e37c7a7d7845b09035569da9b0eea196b1e1 (diff)
downloadlinux-b8a71b953653dfd6b005356bff8463503dd0f965.tar.xz
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/pci.c')
-rw-r--r--drivers/net/wireless/ath/ath10k/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath10k/pci.c b/drivers/net/wireless/ath/ath10k/pci.c
index bf1c938be7d0..3691fcc0ab34 100644
--- a/drivers/net/wireless/ath/ath10k/pci.c
+++ b/drivers/net/wireless/ath/ath10k/pci.c
@@ -1244,7 +1244,7 @@ static void ath10k_pci_process_htt_rx_cb(struct ath10k_ce_pipe *ce_state,
unsigned int nbytes, max_nbytes, nentries;
int orig_len;
- /* No need to aquire ce_lock for CE5, since this is the only place CE5
+ /* No need to acquire ce_lock for CE5, since this is the only place CE5
* is processed other than init and deinit. Before releasing CE5
* buffers, interrupts are disabled. Thus CE5 access is serialized.
*/