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>
This commit is contained in:
committed by
Kalle Valo
parent
e66d70b789
commit
fcc870d76a
@@ -965,7 +965,7 @@ static inline void wl3501_md_ind_interrupt(struct net_device *dev,
|
|||||||
&addr4, sizeof(addr4));
|
&addr4, sizeof(addr4));
|
||||||
if (!(addr4[0] == 0xAA && addr4[1] == 0xAA &&
|
if (!(addr4[0] == 0xAA && addr4[1] == 0xAA &&
|
||||||
addr4[2] == 0x03 && addr4[4] == 0x00)) {
|
addr4[2] == 0x03 && addr4[4] == 0x00)) {
|
||||||
printk(KERN_INFO "Insupported packet type!\n");
|
printk(KERN_INFO "Unsupported packet type!\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
pkt_len = sig.size + 12 - 24 - 4 - 6;
|
pkt_len = sig.size + 12 - 24 - 4 - 6;
|
||||||
|
|||||||
Reference in New Issue
Block a user