Commit a60db8e7 authored by Colin Ian King's avatar Colin Ian King Committed by Kalle Valo

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: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent 50913e32
...@@ -281,7 +281,7 @@ static ssize_t dynamic_ps_timeout_write(struct file *file, ...@@ -281,7 +281,7 @@ static ssize_t dynamic_ps_timeout_write(struct file *file,
} }
if (value < 1 || value > 65535) { 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; return -ERANGE;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment