]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
staging/silicom/bypasslib: Move opening brace to previous line
authorLisa Nguyen <lisa@xenapiadmin.com>
Thu, 23 May 2013 20:54:47 +0000 (13:54 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 30 May 2013 12:03:32 +0000 (21:03 +0900)
Moved opening brace to previous line 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 f88db4ac1031c5bab0e0d965141246b060f1c3c6..b31694fad53893f9bac4d32470e60316c313373e 100644 (file)
@@ -31,8 +31,8 @@
 #define EXPORT_SYMBOL_NOVERS EXPORT_SYMBOL
 
 #ifdef BP_VENDOR_SUPPORT
-char *bp_desc_array[] =
-{ "e1000bp", "e1000bpe", "slcm5700", "bnx2xbp", "ixgbp", "ixgbpe", NULL };
+char *bp_desc_array[] = { "e1000bp", "e1000bpe", "slcm5700",
+                       "bnx2xbp", "ixgbp", "ixgbpe", NULL };
 #endif
 
 #endif