aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2017-04-03 10:47:58 +0100
committerKalle Valo <kvalo@codeaurora.org>2017-04-05 15:45:29 +0300
commit5ea80789616009607fa1211750fe198a256c32b2 (patch)
tree69b355193edf16e26b5a2baaf81b66df0b07f690 /drivers/net/wireless/ti
parentmwifiex: catch mwifiex_fw_dpc() errors properly in reset (diff)
downloadlinux-dev-5ea80789616009607fa1211750fe198a256c32b2.tar.xz
linux-dev-5ea80789616009607fa1211750fe198a256c32b2.zip
wlcore: fix spelling mistakes in wl1271_warning
trivial fix to spelling mistakes in wl1271_warning error message, change iligal to invalid and opperation to operation. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/ti')
-rw-r--r--drivers/net/wireless/ti/wlcore/debugfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ti/wlcore/debugfs.c b/drivers/net/wireless/ti/wlcore/debugfs.c
index 58e148d7bc7b..de7e2a5fdffa 100644
--- a/drivers/net/wireless/ti/wlcore/debugfs.c
+++ b/drivers/net/wireless/ti/wlcore/debugfs.c
@@ -1249,7 +1249,7 @@ static ssize_t fw_logger_write(struct file *file,
}
if (wl->conf.fwlog.output == 0) {
- wl1271_warning("iligal opperation - fw logger disabled by default, please change mode via wlconf");
+ wl1271_warning("invalid operation - fw logger disabled by default, please change mode via wlconf");
return -EINVAL;
}