OSDN Git Service

rt2x00: code-style fix in rt2800usb.c
authorTomislav Požega <pozega.tomislav@gmail.com>
Thu, 14 Mar 2019 14:19:20 +0000 (15:19 +0100)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 25 Apr 2019 16:41:42 +0000 (19:41 +0300)
Remove space leftovers.

Signed-off-by: Tomislav Požega <pozega.tomislav@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ralink/rt2x00/rt2800usb.c

index 19eabf1..091a607 100644 (file)
@@ -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.
                         */