]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
wireless: mwifiex: Fix typo in wireless/mwifiex driver
authorMasanari Iida <standby24x7@gmail.com>
Fri, 30 Nov 2012 13:08:31 +0000 (22:08 +0900)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 30 Nov 2012 19:00:38 +0000 (14:00 -0500)
Correct spelling typo in wireless/mwifiex driver.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/mwifiex/sta_ioctl.c
drivers/net/wireless/mwifiex/usb.c

index cf8918c044bba0785c51f369d12b049a824e030c..95e3ab531c939fc14ae37a6e153a73d34c572386 100644 (file)
@@ -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;
        }
 
index bbe1f3518e4b4a9fd7b578936845be8da8a45d4d..63ac9f2d11ae2fb15af3324175b522f36a2792bc 100644 (file)
@@ -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);