projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24584d4
)
ath11k: Fix spelling mistake "reseting" -> "resetting"
author
Colin Ian King
<colin.i.king@gmail.com>
Thu, 7 Apr 2022 10:28:20 +0000
(11:28 +0100)
committer
Kalle Valo
<quic_kvalo@quicinc.com>
Tue, 12 Apr 2022 13:12:39 +0000
(16:12 +0300)
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
drivers/net/wireless/ath/ath11k/core.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath11k/core.c
b/drivers/net/wireless/ath/ath11k/core.c
index cbac1919867f756b22c0c0161043d4f1c379d061..1537ec0ae2e7e1ab98330eb82b6d2848d8b3b25f 100644
(file)
--- 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 reset
t
ing count %d\n", reset_count);
reinit_completion(&ab->reset_complete);
time_left = wait_for_completion_timeout(&ab->reset_complete,