Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1470925

[PATCH] ath10k: fix spelling mistake "montior" -> "monitor"

From Colin King <colin.king@canonical.com>
Newsgroups linux.kernel
Subject [PATCH] ath10k: fix spelling mistake "montior" -> "monitor"
Date 2016-08-26 20:20 +0200
Message-ID <satTs-266-5@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistake in ath10k_warn message.

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

diff --git a/drivers/net/wireless/ath/ath10k/mac.c b/drivers/net/wireless/ath/ath10k/mac.c
index 0bbd0a0..841f288 100644
--- a/drivers/net/wireless/ath/ath10k/mac.c
+++ b/drivers/net/wireless/ath/ath10k/mac.c
@@ -5186,7 +5186,7 @@ static void ath10k_configure_filter(struct ieee80211_hw *hw,
 
 	ret = ath10k_monitor_recalc(ar);
 	if (ret)
-		ath10k_warn(ar, "failed to recalc montior: %d\n", ret);
+		ath10k_warn(ar, "failed to recalc monitor: %d\n", ret);
 
 	mutex_unlock(&ar->conf_mutex);
 }
-- 
2.9.3

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH] ath10k: fix spelling mistake "montior" -> "monitor" Colin King <colin.king@canonical.com> - 2016-08-26 20:20 +0200
  Re: [PATCH] ath10k: fix spelling mistake "montior" -> "monitor" Julian Calaby <julian.calaby@gmail.com> - 2016-08-27 15:30 +0200
  Re: ath10k: fix spelling mistake "montior" -> "monitor" Kalle Valo <kvalo@qca.qualcomm.com> - 2016-09-02 18:10 +0200

csiph-web