Эх сурвалжийг харах

staging: wilc1000: remove the warnings on prohibited spaces.

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>
Sunghoon Cho 10 жил өмнө
parent
commit
3f5309725e

+ 2 - 2
drivers/staging/wilc1000/coreconfigsimulator.h

@@ -11,7 +11,7 @@
 #ifndef CORECONFIGSIMULATOR_H
 #ifndef CORECONFIGSIMULATOR_H
 #define CORECONFIGSIMULATOR_H
 #define CORECONFIGSIMULATOR_H
 
 
-extern s32 CoreConfigSimulatorInit (void);
-extern s32 CoreConfigSimulatorDeInit (void);
+extern s32 CoreConfigSimulatorInit(void);
+extern s32 CoreConfigSimulatorDeInit(void);
 
 
 #endif
 #endif