mirror of https://gitee.com/openkylin/linux.git
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:
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;
|
||||
|
|
Loading…
Reference in New Issue