diff options
author | Jeff Johnson <quic_jjohnson@quicinc.com> | 2022-09-09 07:53:00 -0700 |
---|---|---|
committer | Kalle Valo <quic_kvalo@quicinc.com> | 2022-09-16 12:18:51 +0300 |
commit | b8a71b953653dfd6b005356bff8463503dd0f965 (patch) | |
tree | 18dd03e9532d38e707ec2bdc0d3af21a41c7071d /drivers/net/wireless/ath/ath10k/qmi.c | |
parent | 97c9e37c7a7d7845b09035569da9b0eea196b1e1 (diff) |
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/qmi.c')
-rw-r--r-- | drivers/net/wireless/ath/ath10k/qmi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath10k/qmi.c b/drivers/net/wireless/ath/ath10k/qmi.c index d7e406916bc8..66cb7a1e628a 100644 --- a/drivers/net/wireless/ath/ath10k/qmi.c +++ b/drivers/net/wireless/ath/ath10k/qmi.c @@ -792,7 +792,7 @@ static void ath10k_qmi_event_server_arrive(struct ath10k_qmi *qmi) return; /* - * HACK: sleep for a while inbetween receiving the msa info response + * HACK: sleep for a while between receiving the msa info response * and the XPU update to prevent SDM845 from crashing due to a security * violation, when running MPSS.AT.4.0.c2-01184-SDM845_GEN_PACK-1. */ |