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:
50913e3
)
wlcore: fix spelling mistake in wl1271_warning
author
Colin Ian King
<colin.king@canonical.com>
Thu, 29 Dec 2016 20:14:00 +0000
(20:14 +0000)
committer
Kalle Valo
<kvalo@codeaurora.org>
Sun, 1 Jan 2017 18:53:44 +0000
(20:53 +0200)
trivial fix to spelling mistake of function name in wl1271_warning,
should be dynamic_ps_timeout instead of dyanmic_ps_timeout.
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 7f672f6879d046ee69982f2d38f5cbf19e2e5dc9..58e148d7bc7b66f4d819209cb42b89c998496cbb 100644
(file)
--- a/
drivers/net/wireless/ti/wlcore/debugfs.c
+++ b/
drivers/net/wireless/ti/wlcore/debugfs.c
@@
-281,7
+281,7
@@
static ssize_t dynamic_ps_timeout_write(struct file *file,
}
if (value < 1 || value > 65535) {
- wl1271_warning("dy
an
mic_ps_timeout is not in valid range");
+ wl1271_warning("dy
na
mic_ps_timeout is not in valid range");
return -ERANGE;
}