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 <tdavies@darkphysics.net> Link: https://lore.kernel.org/r/20231223015942.418263-11-tdavies@darkphysics.net Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent afae5cd commit 7fa1446

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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)