From: Lisa Nguyen Date: Thu, 23 May 2013 20:54:05 +0000 (-0700) Subject: staging/silicom/bypasslib: Remove extra space before line X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=d5025da5e6cdbd992f341e99d976dd67f87e368b;p=deliverable%2Flinux.git 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 --- 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