diff mbox series

[next] ath11k: fix spelling mistake "moniter" -> "monitor"

Message ID 20200819074729.48591-1-colin.king@canonical.com (mailing list archive)
State Accepted
Commit bd5dd7aaa4c0834be98a532b16bc11335e1b26c1
Delegated to: Kalle Valo
Headers show
Series [next] ath11k: fix spelling mistake "moniter" -> "monitor" | expand

Commit Message

Colin King Aug. 19, 2020, 7:47 a.m. UTC
From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in an ath11k_warn warning message. Fix it.

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

Comments

Kalle Valo Aug. 31, 2020, 3:16 p.m. UTC | #1
Colin King <colin.king@canonical.com> wrote:

> There is a spelling mistake in an ath11k_warn warning message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>

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

bd5dd7aaa4c0 ath11k: fix spelling mistake "moniter" -> "monitor"
diff mbox series

Patch

diff --git a/drivers/net/wireless/ath/ath11k/debug.c b/drivers/net/wireless/ath/ath11k/debug.c
index 0a3cfa716390..0ba234ad99b2 100644
--- a/drivers/net/wireless/ath/ath11k/debug.c
+++ b/drivers/net/wireless/ath/ath11k/debug.c
@@ -1097,7 +1097,7 @@  static ssize_t ath11k_write_pktlog_filter(struct file *file,
 						       DP_RX_BUFFER_SIZE, &tlv_filter);
 
 		if (ret) {
-			ath11k_warn(ab, "failed to set rx filter for moniter status ring\n");
+			ath11k_warn(ab, "failed to set rx filter for monitor status ring\n");
 			goto out;
 		}
 	}