summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Ian King <colin.i.king@gmail.com>2022-04-07 13:28:20 +0300
committerKalle Valo <quic_kvalo@quicinc.com>2022-04-12 16:12:39 +0300
commit405342ebea2ab776df070ee54c308f1f59723844 (patch)
tree95a0e985f51a6856586bfba6b124677bc578d507
parent24584d4f0afc75faa57883dd694e0df61af0ad40 (diff)
downloadlinux-405342ebea2ab776df070ee54c308f1f59723844.tar.xz
ath11k: Fix spelling mistake "reseting" -> "resetting"
There is a spelling mistake in an ath11k_warn message. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com> Link: https://lore.kernel.org/r/20220407102820.613881-1-colin.i.king@gmail.com
-rw-r--r--drivers/net/wireless/ath/ath11k/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath11k/core.c b/drivers/net/wireless/ath/ath11k/core.c
index cbac1919867f..1537ec0ae2e7 100644
--- a/drivers/net/wireless/ath/ath11k/core.c
+++ b/drivers/net/wireless/ath/ath11k/core.c
@@ -1567,7 +1567,7 @@ static void ath11k_core_reset(struct work_struct *work)
* completed, then the second reset worker will destroy the previous one,
* thus below is to avoid that.
*/
- ath11k_warn(ab, "already reseting count %d\n", reset_count);
+ ath11k_warn(ab, "already resetting count %d\n", reset_count);
reinit_completion(&ab->reset_complete);
time_left = wait_for_completion_timeout(&ab->reset_complete,