Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

wl3501_cs: fix spelling mistake: "Insupported" -> "Unsupported"

Trivial fix to spelling mistake in printk message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>

authored by

Colin Ian King and committed by
Kalle Valo
fcc870d7 e66d70b7

+1 -1
+1 -1
drivers/net/wireless/wl3501_cs.c
··· 965 965 &addr4, sizeof(addr4)); 966 966 if (!(addr4[0] == 0xAA && addr4[1] == 0xAA && 967 967 addr4[2] == 0x03 && addr4[4] == 0x00)) { 968 - printk(KERN_INFO "Insupported packet type!\n"); 968 + printk(KERN_INFO "Unsupported packet type!\n"); 969 969 return; 970 970 } 971 971 pkt_len = sig.size + 12 - 24 - 4 - 6;