summaryrefslogtreecommitdiff
path: root/drivers/staging/silicom
diff options
context:
space:
mode:
authorLisa Nguyen <lisa@xenapiadmin.com>2013-05-23 20:54:05 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-05-30 12:03:31 (GMT)
commitd5025da5e6cdbd992f341e99d976dd67f87e368b (patch)
tree25fefd45270e0bb1737d634150083350df3ec902 /drivers/staging/silicom
parent0248598d03a56097106edf8b6f56fdb64e896889 (diff)
downloadlinux-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/silicom/bypasslib/bplibk.h b/drivers/staging/silicom/bypasslib/bplibk.h
index b15a2a4..f88db4a 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