summaryrefslogtreecommitdiff
path: root/drivers/staging/silicom
diff options
context:
space:
mode:
authorLisa Nguyen <lisa@xenapiadmin.com>2013-05-23 20:54:47 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-05-30 12:03:32 (GMT)
commita30c0e1975b4acaff98be8d9cb0c2e27af36ddab (patch)
treeacd12c8c6084050c5a933b545e7acc885797fada /drivers/staging/silicom
parentd5025da5e6cdbd992f341e99d976dd67f87e368b (diff)
downloadlinux-a30c0e1975b4acaff98be8d9cb0c2e27af36ddab.tar.xz
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>
Diffstat (limited to 'drivers/staging/silicom')
-rw-r--r--drivers/staging/silicom/bypasslib/bplibk.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/silicom/bypasslib/bplibk.h b/drivers/staging/silicom/bypasslib/bplibk.h
index f88db4a..b31694f 100644
--- a/drivers/staging/silicom/bypasslib/bplibk.h
+++ b/drivers/staging/silicom/bypasslib/bplibk.h
@@ -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