1
0
Fork 0

staging/silicom/bypasslib: Move opening brace to previous line

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>
hifive-unleashed-5.1
Lisa Nguyen 2013-05-23 13:54:47 -07:00 committed by Greg Kroah-Hartman
parent d5025da5e6
commit a30c0e1975
1 changed files with 2 additions and 2 deletions

View 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