mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-01 00:36:40 +09:00
drivers : staging :rtl8187se : r8180_core.c : remove space before semicolon
This patch removes the checkpatch.pl warning space prohibited before semicolon. Signed-off-by: Himangi Saraogi <himangi774@gmail.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org> Reviewed-by: Lisa Nguyen <lisa@xenapiadmin.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
49f4a9c81c
commit
0c4c9350c1
@@ -1855,7 +1855,7 @@ short rtl8180_tx(struct net_device *dev, u8 *txbuf, int len, int priority,
|
||||
|
||||
if (remain == len && !descfrag) {
|
||||
ownbit_flag = false;
|
||||
*tail = *tail | (1<<29) ; /* fist segment of the packet */
|
||||
*tail = *tail | (1<<29); /* fist segment of the packet */
|
||||
*tail = *tail | (len);
|
||||
} else {
|
||||
ownbit_flag = true;
|
||||
|
||||
Reference in New Issue
Block a user