Skip to content

Commit 7fa1446

Browse files
treedaviesgregkh
authored andcommitted
Staging: rtl8192e: Fixup statement broken across 2 lines in rtllib_softmac_xmit()
Join 2 lines to fix Warning: Lines should not end with a '(' Signed-off-by: Tree Davies <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent afae5cd commit 7fa1446

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

drivers/staging/rtl8192e/rtllib_softmac.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1838,8 +1838,7 @@ void rtllib_softmac_xmit(struct rtllib_txb *txb, struct rtllib_device *ieee)
18381838
else
18391839
kfree_skb(txb->fragments[i]);
18401840
} else {
1841-
ieee->softmac_data_hard_start_xmit(
1842-
txb->fragments[i],
1841+
ieee->softmac_data_hard_start_xmit(txb->fragments[i],
18431842
ieee->dev, ieee->rate);
18441843
}
18451844
}

0 commit comments

Comments
 (0)