Message ID | 20200819074729.48591-1-colin.king@canonical.com |
---|---|
State | New |
Headers | show |
Series | [next] ath11k: fix spelling mistake "moniter" -> "monitor" | expand |
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 --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; } }