wifi: ath10k: Fix spelling mistake "comple" -> "complete"
authorColin Ian King <colin.i.king@gmail.com>
Fri, 18 Apr 2025 11:56:27 +0000 (12:56 +0100)
committerJeff Johnson <jeff.johnson@oss.qualcomm.com>
Fri, 16 May 2025 17:34:16 +0000 (10:34 -0700)
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>
Link: https://patch.msgid.link/20250418115627.534833-1-colin.i.king@gmail.com
Signed-off-by: Jeff Johnson <jeff.johnson@oss.qualcomm.com>
drivers/net/wireless/ath/ath10k/sdio.c

index 7ce74b4ef201b8fd02582573d061c402afa286e5..f3212eab56a17c685d9b2c2e0e03225b9e87c63c 100644 (file)
@@ -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;
        }