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

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>

authored by

Masanari Iida and committed by
John W. Linville
69797838 244a77e9

+2 -2
+1 -1
drivers/net/wireless/mwifiex/sta_ioctl.c
··· 462 462 } 463 463 464 464 if (adapter->hs_activated) { 465 - dev_dbg(adapter->dev, "cmd: HS Already actived\n"); 465 + dev_dbg(adapter->dev, "cmd: HS Already activated\n"); 466 466 return true; 467 467 } 468 468
+1 -1
drivers/net/wireless/mwifiex/usb.c
··· 351 351 card->udev = udev; 352 352 card->intf = intf; 353 353 354 - pr_debug("info: bcdUSB=%#x Device Class=%#x SubClass=%#x Protocl=%#x\n", 354 + pr_debug("info: bcdUSB=%#x Device Class=%#x SubClass=%#x Protocol=%#x\n", 355 355 udev->descriptor.bcdUSB, udev->descriptor.bDeviceClass, 356 356 udev->descriptor.bDeviceSubClass, 357 357 udev->descriptor.bDeviceProtocol);