diff options
author | Colin Ian King <colin.i.king@googlemail.com> | 2021-11-23 09:04:31 +0000 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2021-11-24 19:07:43 +0200 |
commit | c27506cc7733261bafd7a97e7990407eef433d32 (patch) | |
tree | f16124d23344cbf7835f93392218b307abbb6dfd /drivers/net/wireless/ath/ath11k/wmi.c | |
parent | 72f4124347724e3b8aa434f6bc4a2cd69f7bb336 (diff) |
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
Diffstat (limited to 'drivers/net/wireless/ath/ath11k/wmi.c')
-rw-r--r-- | drivers/net/wireless/ath/ath11k/wmi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath11k/wmi.c b/drivers/net/wireless/ath/ath11k/wmi.c index 87351e0a269d..5b8c506633d1 100644 --- 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 detetction event\n"); + ath11k_warn(ab, "received unknown obss color collision detection event\n"); } exit: |