mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 16:24:13 +08:00
wireless: mwifiex: Fix typo in wireless/mwifiex driver
Correct spelling typo in wireless/mwifiex driver. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
244a77e9d7
commit
697978383e
@ -462,7 +462,7 @@ int mwifiex_enable_hs(struct mwifiex_adapter *adapter)
|
||||
}
|
||||
|
||||
if (adapter->hs_activated) {
|
||||
dev_dbg(adapter->dev, "cmd: HS Already actived\n");
|
||||
dev_dbg(adapter->dev, "cmd: HS Already activated\n");
|
||||
return true;
|
||||
}
|
||||
|
||||
|
@ -351,7 +351,7 @@ static int mwifiex_usb_probe(struct usb_interface *intf,
|
||||
card->udev = udev;
|
||||
card->intf = intf;
|
||||
|
||||
pr_debug("info: bcdUSB=%#x Device Class=%#x SubClass=%#x Protocl=%#x\n",
|
||||
pr_debug("info: bcdUSB=%#x Device Class=%#x SubClass=%#x Protocol=%#x\n",
|
||||
udev->descriptor.bcdUSB, udev->descriptor.bDeviceClass,
|
||||
udev->descriptor.bDeviceSubClass,
|
||||
udev->descriptor.bDeviceProtocol);
|
||||
|
Loading…
Reference in New Issue
Block a user