From d5025da5e6cdbd992f341e99d976dd67f87e368b Mon Sep 17 00:00:00 2001 From: Lisa Nguyen Date: Thu, 23 May 2013 13:54:05 -0700 Subject: [PATCH] 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 Signed-off-by: Greg Kroah-Hartman --- drivers/staging/silicom/bypasslib/bplibk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/silicom/bypasslib/bplibk.h b/drivers/staging/silicom/bypasslib/bplibk.h index b15a2a46254..f88db4ac103 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 -- 2.43.2