diff mbox series

rt2x00: code-style fix in rt2800usb.c

Message ID 1552573160-3268-1-git-send-email-pozega.tomislav@gmail.com (mailing list archive)
State Accepted
Commit 9490c5602445d81d36311a81a74d0399bbb42170
Delegated to: Kalle Valo
Headers show
Series rt2x00: code-style fix in rt2800usb.c | expand

Commit Message

Tom Psyborg March 14, 2019, 2:19 p.m. UTC
Remove space leftovers.

Signed-off-by: Tomislav Požega <pozega.tomislav@gmail.com>
---
 drivers/net/wireless/ralink/rt2x00/rt2800usb.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

Comments

Kalle Valo April 25, 2019, 4:41 p.m. UTC | #1
Tomislav Požega wrote:

> Remove space leftovers.
> 
> Signed-off-by: Tomislav Požega <pozega.tomislav@gmail.com>

Patch applied to wireless-drivers-next.git, thanks.

9490c5602445 rt2x00: code-style fix in rt2800usb.c
diff mbox series

Patch

diff --git a/drivers/net/wireless/ralink/rt2x00/rt2800usb.c b/drivers/net/wireless/ralink/rt2x00/rt2800usb.c
index 19eabf1..091a607 100644
--- a/drivers/net/wireless/ralink/rt2x00/rt2800usb.c
+++ b/drivers/net/wireless/ralink/rt2x00/rt2800usb.c
@@ -562,13 +562,13 @@  static void rt2800usb_fill_rxdone(struct queue_entry *entry,
 		 * stripped it from the frame. Signal this to mac80211.
 		 */
 		rxdesc->flags |= RX_FLAG_MMIC_STRIPPED;
-        
+
 		if (rxdesc->cipher_status == RX_CRYPTO_SUCCESS) {
 			rxdesc->flags |= RX_FLAG_DECRYPTED;
 		} else if (rxdesc->cipher_status == RX_CRYPTO_FAIL_MIC) {
 			/*
 			 * In order to check the Michael Mic, the packet must have
-			 * been decrypted.  Mac80211 doesnt check the MMIC failure 
+			 * been decrypted.  Mac80211 doesnt check the MMIC failure
 			 * flag to initiate MMIC countermeasures if the decoded flag
 			 * has not been set.
 			 */