mirror of
https://github.com/torvalds/linux.git
synced 2024-12-14 23:25:54 +00:00
Staging: rtlwifi: pci: fixed a coding style issue
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>
This commit is contained in:
parent
06eeebe6f7
commit
313144c1bc
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user