drivers : staging :rtl8187se : r8180_core.c : remove space before semicolon
authorHimangi Saraogi <himangi774@gmail.com>
Thu, 31 Oct 2013 03:31:41 +0000 (09:01 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 10 Nov 2013 16:42:13 +0000 (08:42 -0800)
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>
drivers/staging/rtl8187se/r8180_core.c

index 76a67386b927326e99c793059ce3093d07e52b63..2462ced682150938cfc949b7f420427017687abe 100644 (file)
@@ -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;
This page took 0.048263 seconds and 5 git commands to generate.