Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 45c2aa98 authored by Masanari Iida's avatar Masanari Iida Committed by Jiri Kosina
Browse files

wireless: mwifiex: Fix typo in wireless/mwifiex driver



Correct spelling typo in wireless/mwifiex driver.

Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Acked-by: default avatarBing Zhao <bzhao@marvell.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 8fdbb340
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -463,7 +463,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;
	}

+1 −1
Original line number Diff line number Diff line
@@ -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);