diff options
author | Colin Ian King <colin.king@canonical.com> | 2016-12-29 20:14:00 +0000 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2017-01-01 20:53:44 +0200 |
commit | a60db8e70313a63e1fa10b9687ed549f6e85cdff (patch) | |
tree | 5e22736b07755dab6b426bf8f05ed0397ef3051b /drivers/net/wireless | |
parent | 50913e32c6cf8f76f5a47365b025e26fcff87595 (diff) | |
download | linux-a60db8e70313a63e1fa10b9687ed549f6e85cdff.tar.bz2 |
wlcore: fix spelling mistake in wl1271_warning
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>
Diffstat (limited to 'drivers/net/wireless')
-rw-r--r-- | drivers/net/wireless/ti/wlcore/debugfs.c | 2 |
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 7f672f6879d0..58e148d7bc7b 100644 --- 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("dyanmic_ps_timeout is not in valid range"); + wl1271_warning("dynamic_ps_timeout is not in valid range"); return -ERANGE; } |