Staging: rtlwifi: pci: fixed a coding style issue
authorWoohyung Jeon <w.h.jeon329@gmail.com>
Mon, 23 Oct 2017 08:33:24 +0000 (17:33 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 3 Nov 2017 11:48:55 +0000 (12:48 +0100)
Fixed a coding style issue.
There was a prohibited space.
Removed.

Signed-off-by: Woohyung-Jeon <w.h.jeon329@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtlwifi/pci.c

index 4035b8835bd1775e02ae5787115fe3da3236f7d2..70a64a5f564a0f96065433ff25ea948ee38df7df 100644 (file)
@@ -649,7 +649,7 @@ static void _rtl_pci_tx_isr(struct ieee80211_hw *hw, int prio)
                                 prio, ring->idx,
                                 skb_queue_len(&ring->queue));
 
-                       ieee80211_wake_queue(hw, skb_get_queue_mapping (skb));
+                       ieee80211_wake_queue(hw, skb_get_queue_mapping(skb));
                }
 tx_status_ok:
                skb = NULL;