staging: wilc1000: remove the warnings on prohibited spaces.
authorSunghoon Cho <ywhsbliss@gmail.com>
Mon, 15 Jun 2015 10:42:32 +0000 (19:42 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 16 Jun 2015 04:50:23 +0000 (21:50 -0700)
Remove space prohibited between function name and open parenthesis.

Signed-off-by: Sunghoon Cho <ywhsbliss@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/coreconfigsimulator.h

index c4f32f0..5e01f8e 100644 (file)
@@ -11,7 +11,7 @@
 #ifndef CORECONFIGSIMULATOR_H
 #define CORECONFIGSIMULATOR_H
 
-extern s32 CoreConfigSimulatorInit (void);
-extern s32 CoreConfigSimulatorDeInit (void);
+extern s32 CoreConfigSimulatorInit(void);
+extern s32 CoreConfigSimulatorDeInit(void);
 
 #endif