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

Commit 430fb250 authored by Masanari Iida's avatar Masanari Iida Committed by Greg Kroah-Hartman
Browse files

staging: rtl8192e: Fix typo in rtl8192e



Fix spelling typo in comments within rtl8192e.

Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Reviewed-by: default avatarJames Cameron <quozl@laptop.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 86595967
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -373,7 +373,7 @@ u32 cmpk_message_handle_rx(struct net_device *dev,
		default:

			RT_TRACE(COMP_CMDPKT, "---->cmpk_message_handle_rx():"
				 "unknow CMD Element\n");
				 "unknown CMD Element\n");
			return 1;
		}

+1 −1
Original line number Diff line number Diff line
@@ -1555,7 +1555,7 @@ static bool SetRFPowerState8190(struct net_device *dev,

		default:
			bResult = false;
			RT_TRACE(COMP_ERR, "SetRFPowerState8190(): unknow state"
			RT_TRACE(COMP_ERR, "SetRFPowerState8190(): unknown state"
				 " to set: 0x%X!!!\n", eRFPowerState);
			break;
		}
+1 −1
Original line number Diff line number Diff line
@@ -1214,7 +1214,7 @@ static iw_handler r8192_wx_handlers[] = {
};

/*
 * the following rule need to be follwing,
 * the following rule need to be following,
 * Odd : get (world access),
 * even : set (root access)
 * */
+1 −1
Original line number Diff line number Diff line
@@ -79,7 +79,7 @@ static void RxPktPendingTimeout(unsigned long data)

		if (index > REORDER_WIN_SIZE) {
			RTLLIB_DEBUG(RTLLIB_DL_ERR, "RxReorderIndicatePacket():"
				     " Rx Reorer struct buffer full!!\n");
				     " Rx Reorder struct buffer full!!\n");
			spin_unlock_irqrestore(&(ieee->reorder_spinlock),
					       flags);
			return;
+1 −1
Original line number Diff line number Diff line
@@ -712,7 +712,7 @@ static void RxReorderIndicatePacket(struct rtllib_device *ieee,

		if (index > REORDER_WIN_SIZE) {
			RTLLIB_DEBUG(RTLLIB_DL_ERR, "RxReorderIndicatePacket():"
				     " Rx Reorer struct buffer full!!\n");
				     " Rx Reorder struct buffer full!!\n");
			spin_unlock_irqrestore(&(ieee->reorder_spinlock),
					       flags);
			return;
Loading