]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
staging/silicom/bypasslib: Remove extra space before line
authorLisa Nguyen <lisa@xenapiadmin.com>
Thu, 23 May 2013 20:54:05 +0000 (13:54 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 30 May 2013 12:03:31 +0000 (21:03 +0900)
Removed extra space at beginning of a statement to resolve
checkpatch errors and meet kernel coding standards in bplibk.h

Signed-off-by: Lisa Nguyen <lisa@xenapiadmin.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/silicom/bypasslib/bplibk.h

index b15a2a4625475b8094bff7bce1384f538d63e5e4..f88db4ac1031c5bab0e0d965141246b060f1c3c6 100644 (file)
@@ -32,7 +32,7 @@
 
 #ifdef BP_VENDOR_SUPPORT
 char *bp_desc_array[] =
-    { "e1000bp", "e1000bpe", "slcm5700", "bnx2xbp", "ixgbp", "ixgbpe", NULL };
+{ "e1000bp", "e1000bpe", "slcm5700", "bnx2xbp", "ixgbp", "ixgbpe", NULL };
 #endif
 
 #endif