projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cdce42
)
ath10k: fix spelling mistake "montior" -> "monitor"
author
Colin Ian King
<colin.king@canonical.com>
Fri, 26 Aug 2016 18:08:52 +0000
(19:08 +0100)
committer
Kalle Valo
<kvalo@qca.qualcomm.com>
Fri, 2 Sep 2016 16:01:43 +0000
(19:01 +0300)
Trivial fix to spelling mistake in ath10k_warn message.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Julian Calaby <julian.calaby@gmail.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath10k/mac.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath10k/mac.c
b/drivers/net/wireless/ath/ath10k/mac.c
index a110325897a752173b89709eab090465bf8caa89..4565321ad762f23b6788fdc2513daef6fc420c4a 100644
(file)
--- a/
drivers/net/wireless/ath/ath10k/mac.c
+++ b/
drivers/net/wireless/ath/ath10k/mac.c
@@
-5224,7
+5224,7
@@
static void ath10k_configure_filter(struct ieee80211_hw *hw,
ret = ath10k_monitor_recalc(ar);
if (ret)
- ath10k_warn(ar, "failed to recalc mon
ti
or: %d\n", ret);
+ ath10k_warn(ar, "failed to recalc mon
it
or: %d\n", ret);
mutex_unlock(&ar->conf_mutex);
}