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>
This commit is contained in:
parent
d5025da5e6
commit
a30c0e1975
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@
|
||||||
#define EXPORT_SYMBOL_NOVERS EXPORT_SYMBOL
|
#define EXPORT_SYMBOL_NOVERS EXPORT_SYMBOL
|
||||||
|
|
||||||
#ifdef BP_VENDOR_SUPPORT
|
#ifdef BP_VENDOR_SUPPORT
|
||||||
char *bp_desc_array[] =
|
char *bp_desc_array[] = { "e1000bp", "e1000bpe", "slcm5700",
|
||||||
{ "e1000bp", "e1000bpe", "slcm5700", "bnx2xbp", "ixgbp", "ixgbpe", NULL };
|
"bnx2xbp", "ixgbp", "ixgbpe", NULL };
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue