mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-15 17:56:42 +07:00
staging: rtl8192e: Fix LINE_CONTINUATIONS warning
Fix 'Avoid unnecessary line continuations' checkpatch.pl warning Signed-off-by: Mateusz Kulikowski <mateusz.kulikowski@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
025b8bbe49
commit
e2ac043118
@ -2503,7 +2503,7 @@ void rtllib_softmac_xmit(struct rtllib_txb *txb, struct rtllib_device *ieee)
|
|||||||
* the wait queue */
|
* the wait queue */
|
||||||
for (i = 0; i < txb->nr_frags; i++) {
|
for (i = 0; i < txb->nr_frags; i++) {
|
||||||
queue_len = skb_queue_len(&ieee->skb_waitQ[queue_index]);
|
queue_len = skb_queue_len(&ieee->skb_waitQ[queue_index]);
|
||||||
if ((queue_len != 0) ||\
|
if ((queue_len != 0) ||
|
||||||
(!ieee->check_nic_enough_desc(ieee->dev, queue_index)) ||
|
(!ieee->check_nic_enough_desc(ieee->dev, queue_index)) ||
|
||||||
(ieee->queue_stop)) {
|
(ieee->queue_stop)) {
|
||||||
/* insert the skb packet to the wait queue */
|
/* insert the skb packet to the wait queue */
|
||||||
|
Loading…
Reference in New Issue
Block a user