diff options
author | Lisa Nguyen <lisa@xenapiadmin.com> | 2013-05-24 00:54:05 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-05-30 16:03:31 +0400 |
commit | d5025da5e6cdbd992f341e99d976dd67f87e368b (patch) | |
tree | 25fefd45270e0bb1737d634150083350df3ec902 /drivers/staging/silicom | |
parent | 0248598d03a56097106edf8b6f56fdb64e896889 (diff) | |
download | linux-d5025da5e6cdbd992f341e99d976dd67f87e368b.tar.xz |
staging/silicom/bypasslib: Remove extra space before line
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>
Diffstat (limited to 'drivers/staging/silicom')
-rw-r--r-- | drivers/staging/silicom/bypasslib/bplibk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/silicom/bypasslib/bplibk.h b/drivers/staging/silicom/bypasslib/bplibk.h index b15a2a462547..f88db4ac1031 100644 --- a/drivers/staging/silicom/bypasslib/bplibk.h +++ b/drivers/staging/silicom/bypasslib/bplibk.h @@ -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 |