diff mbox

[V2] wlcore: fix spelling mistakes in wl1271_warning

Message ID 20170403094758.19397-1-colin.king@canonical.com (mailing list archive)
State Accepted
Commit 5ea80789616009607fa1211750fe198a256c32b2
Delegated to: Kalle Valo
Headers show

Commit Message

Colin King April 3, 2017, 9:47 a.m. UTC
From: Colin Ian King <colin.king@canonical.com>

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>
---
 drivers/net/wireless/ti/wlcore/debugfs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Kalle Valo April 5, 2017, 12:46 p.m. UTC | #1
Colin Ian King <colin.king@canonical.com> wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> 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>

Patch applied to wireless-drivers-next.git, thanks.

5ea807896160 wlcore: fix spelling mistakes in wl1271_warning
diff mbox

Patch

diff --git a/drivers/net/wireless/ti/wlcore/debugfs.c b/drivers/net/wireless/ti/wlcore/debugfs.c
index 58e148d7bc7b..416080adc181 100644
--- a/drivers/net/wireless/ti/wlcore/debugfs.c
+++ b/drivers/net/wireless/ti/wlcore/debugfs.c
@@ -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;
 	}