projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
755b37c
)
wlcore: fix spelling mistakes in wl1271_warning
author
Colin Ian King
<colin.king@canonical.com>
Mon, 3 Apr 2017 09:47:58 +0000
(10:47 +0100)
committer
Kalle Valo
<kvalo@codeaurora.org>
Wed, 5 Apr 2017 12:45:29 +0000
(15:45 +0300)
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>
drivers/net/wireless/ti/wlcore/debugfs.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ti/wlcore/debugfs.c
b/drivers/net/wireless/ti/wlcore/debugfs.c
index
58e148d
..
de7e2a5
100644
(file)
--- 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("i
ligal op
peration - fw logger disabled by default, please change mode via wlconf");
+ wl1271_warning("i
nvalid o
peration - fw logger disabled by default, please change mode via wlconf");
return -EINVAL;
}