]> Pileus Git - ~andy/linux/commitdiff
Staging: silicom : Fixed error 'exactly one space required after that #ifdef'
authorTülin İzer <tulinizer@gmail.com>
Wed, 15 May 2013 02:32:34 +0000 (05:32 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 May 2013 22:50:29 +0000 (15:50 -0700)
This patch fixes error 'exactly one space required after that #ifdef' found by
checkpatch in driver silicom.

Signed-off-by: Tülin İzer <tulinizer@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/silicom/bpctl_mod.c

index 8c6504fd183717e0462e9134aa735fe6eba858a3..ca136d629ffab60b8d56fb69dfdadb190e720ae7 100644 (file)
@@ -4334,7 +4334,7 @@ int get_bypass_wd_auto(bpctl_dev_t *pbpctl_dev)
        return BP_NOT_CAP;
 }
 
-#ifdef  BP_SELF_TEST
+#ifdef BP_SELF_TEST
 
 int set_bp_self_test(bpctl_dev_t *pbpctl_dev, unsigned int param)
 {