[PATCH] wifi: ath10k: Fix spelling mistake "comple" -> "complete"

Colin Ian King posted 1 patch 7 months, 4 weeks ago
drivers/net/wireless/ath/ath10k/sdio.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] wifi: ath10k: Fix spelling mistake "comple" -> "complete"
Posted by Colin Ian King 7 months, 4 weeks ago
There is a spelling mistake in a ath10k_warn message. Fix it and
remove space before colon to tidy up message.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 drivers/net/wireless/ath/ath10k/sdio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/ath/ath10k/sdio.c b/drivers/net/wireless/ath/ath10k/sdio.c
index 7ce74b4ef201..f3212eab56a1 100644
--- a/drivers/net/wireless/ath/ath10k/sdio.c
+++ b/drivers/net/wireless/ath/ath10k/sdio.c
@@ -1844,7 +1844,7 @@ static int ath10k_sdio_get_htt_tx_complete(struct ath10k *ar)
 	ret = ath10k_sdio_diag_read32(ar, addr, &val);
 	if (ret) {
 		ath10k_warn(ar,
-			    "unable to read hi_acs_flags for htt tx comple : %d\n", ret);
+			    "unable to read hi_acs_flags for htt tx complete: %d\n", ret);
 		return ret;
 	}
 
-- 
2.49.0
Re: [PATCH] wifi: ath10k: Fix spelling mistake "comple" -> "complete"
Posted by Jeff Johnson 7 months ago
On Fri, 18 Apr 2025 12:56:27 +0100, Colin Ian King wrote:
> There is a spelling mistake in a ath10k_warn message. Fix it and
> remove space before colon to tidy up message.
> 
> 

Applied, thanks!

[1/1] wifi: ath10k: Fix spelling mistake "comple" -> "complete"
      commit: 2ef2d31925f0414ff0f37862b6c33f62b49089c5

Best regards,
-- 
Jeff Johnson <jeff.johnson@oss.qualcomm.com>