mirror of https://gitee.com/openkylin/linux.git
net: fix printk typo in ipw2x00/libipw_rx.c
Correct spelling in "suppported" to "supported" in drivers/net/wireless/ipw2x00/libipw_rx.c Signed-off-by: Masanari Iida <standby24x7@gmail.com> Reviewed-by: Jesper Juhl <jj@chaosbits.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
36e4d267f3
commit
7ce6e52ee5
|
@ -172,7 +172,7 @@ libipw_rx_frame_mgmt(struct libipw_device *ieee, struct sk_buff *skb,
|
|||
u16 stype)
|
||||
{
|
||||
if (ieee->iw_mode == IW_MODE_MASTER) {
|
||||
printk(KERN_DEBUG "%s: Master mode not yet suppported.\n",
|
||||
printk(KERN_DEBUG "%s: Master mode not yet supported.\n",
|
||||
ieee->dev->name);
|
||||
return 0;
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue