mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-01 16:27:08 +08:00
26 lines
1.1 KiB
Diff
26 lines
1.1 KiB
Diff
From 405342ebea2ab776df070ee54c308f1f59723844 Mon Sep 17 00:00:00 2001
|
|
From: Colin Ian King <colin.i.king@gmail.com>
|
|
Date: Thu, 7 Apr 2022 11:28:20 +0100
|
|
Subject: [PATCH] ath11k: Fix spelling mistake "reseting" -> "resetting"
|
|
|
|
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 | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- 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 wor
|
|
* 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 resetting count %d\n", reset_count);
|
|
|
|
reinit_completion(&ab->reset_complete);
|
|
time_left = wait_for_completion_timeout(&ab->reset_complete,
|