* [PATCH] ath11k: Fix spelling mistake "detetction" -> "detection"
@ 2021-11-23 9:04 Colin Ian King
2021-11-24 17:07 ` Kalle Valo
0 siblings, 1 reply; 2+ messages in thread
From: Colin Ian King @ 2021-11-23 9:04 UTC (permalink / raw)
To: Kalle Valo, David S . Miller, Jakub Kicinski, ath11k,
linux-wireless, netdev
Cc: kernel-janitors, linux-kernel
There is a spelling mistake in an ath11k_warn message. Fix it.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
drivers/net/wireless/ath/ath11k/wmi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/wireless/ath/ath11k/wmi.c b/drivers/net/wireless/ath/ath11k/wmi.c
index 614b2f6bcc8e..24b74a373df8 100644
--- a/drivers/net/wireless/ath/ath11k/wmi.c
+++ b/drivers/net/wireless/ath/ath11k/wmi.c
@@ -3506,7 +3506,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 detetction event\n");
+ ath11k_warn(ab, "received unknown obss color collision detection event\n");
}
exit:
--
2.32.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-11-24 17:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-23 9:04 [PATCH] ath11k: Fix spelling mistake "detetction" -> "detection" Colin Ian King
2021-11-24 17:07 ` Kalle Valo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox