Browse Source

Staging: silicom : Fixed error 'exactly one space required after that #ifdef'

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>
Tülin İzer 12 years ago
parent
commit
a0069a41a7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/staging/silicom/bpctl_mod.c

+ 1 - 1
drivers/staging/silicom/bpctl_mod.c

@@ -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)
 {