projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72f4124
)
ath11k: Fix spelling mistake "detetction" -> "detection"
author
Colin Ian King
<colin.i.king@googlemail.com>
Tue, 23 Nov 2021 09:04:31 +0000
(09:04 +0000)
committer
Kalle Valo
<kvalo@codeaurora.org>
Wed, 24 Nov 2021 17:07:43 +0000
(19:07 +0200)
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 <kvalo@codeaurora.org>
Link:
https://lore.kernel.org/r/20211123090431.165103-1-colin.i.king@gmail.com
drivers/net/wireless/ath/ath11k/wmi.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath11k/wmi.c
b/drivers/net/wireless/ath/ath11k/wmi.c
index 87351e0a269dcf00f8f0abdc354cad6650e80bcb..5b8c506633d11952121e3f03b21630d471be5a5f 100644
(file)
--- a/
drivers/net/wireless/ath/ath11k/wmi.c
+++ b/
drivers/net/wireless/ath/ath11k/wmi.c
@@
-3511,7
+3511,7
@@
ath11k_wmi_obss_color_collision_event(struct ath11k_base *ab, struct sk_buff *sk
case WMI_BSS_COLOR_FREE_SLOT_AVAILABLE:
break;
default:
- ath11k_warn(ab, "received unknown obss color collision dete
t
ction event\n");
+ ath11k_warn(ab, "received unknown obss color collision detection event\n");
}
exit: