mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 12:33:18 -04:00
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>
This commit is contained in:
committed by
Kalle Valo
parent
755b37c93a
commit
5ea8078961
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user