mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-18 10:34:24 +08: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:
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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user