linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] ath11k: Fix spelling mistake "reseting" -> "resetting"
@ 2022-04-07 10:28 Colin Ian King
  2022-04-12 13:12 ` Kalle Valo
  0 siblings, 1 reply; 2+ messages in thread
From: Colin Ian King @ 2022-04-07 10:28 UTC (permalink / raw)
  To: Kalle Valo, David S . Miller, Jakub Kicinski, Paolo Abeni,
	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/core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/ath/ath11k/core.c b/drivers/net/wireless/ath/ath11k/core.c
index cbac1919867f..1537ec0ae2e7 100644
--- 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 work_struct *work)
 		 * 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,
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH][next] ath11k: Fix spelling mistake "reseting" -> "resetting"
  2022-04-07 10:28 [PATCH][next] ath11k: Fix spelling mistake "reseting" -> "resetting" Colin Ian King
@ 2022-04-12 13:12 ` Kalle Valo
  0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2022-04-12 13:12 UTC (permalink / raw)
  To: Colin Ian King
  Cc: David S . Miller, Jakub Kicinski, Paolo Abeni, ath11k,
	linux-wireless, netdev, kernel-janitors, linux-kernel

Colin Ian King <colin.i.king@gmail.com> wrote:

> 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>

Patch applied to ath-next branch of ath.git, thanks.

405342ebea2a ath11k: Fix spelling mistake "reseting" -> "resetting"

-- 
https://patchwork.kernel.org/project/linux-wireless/patch/20220407102820.613881-1-colin.i.king@gmail.com/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-12 13:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-07 10:28 [PATCH][next] ath11k: Fix spelling mistake "reseting" -> "resetting" Colin Ian King
2022-04-12 13:12 ` Kalle Valo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).