Skip to content

Commit

Permalink
staging/silicom/bypasslib: Remove extra space before line
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Lisa Nguyen authored and Greg Kroah-Hartman committed May 30, 2013
1 parent 0248598 commit d5025da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/silicom/bypasslib/bplibk.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d5025da

Please sign in to comment.