mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-01 16:27:08 +08:00
26 lines
966 B
Diff
26 lines
966 B
Diff
From c27506cc7733261bafd7a97e7990407eef433d32 Mon Sep 17 00:00:00 2001
|
|
From: Colin Ian King <colin.i.king@googlemail.com>
|
|
Date: Tue, 23 Nov 2021 09:04:31 +0000
|
|
Subject: [PATCH] ath11k: Fix spelling mistake "detetction" -> "detection"
|
|
|
|
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 | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- 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(st
|
|
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:
|