Commit 313144c1 authored by Woohyung Jeon's avatar Woohyung Jeon Committed by Greg Kroah-Hartman

Staging: rtlwifi: pci: fixed a coding style issue

Fixed a coding style issue.
There was a prohibited space.
Removed.
Signed-off-by: default avatarWoohyung-Jeon <w.h.jeon329@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 06eeebe6
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment