From: Sunghoon Cho Date: Mon, 15 Jun 2015 10:42:32 +0000 (+0900) Subject: staging: wilc1000: remove the warnings on prohibited spaces. X-Git-Tag: v4.2-rc1~88^2~126 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3f5309725e08b2ce2395bcfea09eb518d3ddb499;p=platform%2Fkernel%2Flinux-exynos.git staging: wilc1000: remove the warnings on prohibited spaces. Remove space prohibited between function name and open parenthesis. Signed-off-by: Sunghoon Cho Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/wilc1000/coreconfigsimulator.h b/drivers/staging/wilc1000/coreconfigsimulator.h index c4f32f0..5e01f8e 100644 --- a/drivers/staging/wilc1000/coreconfigsimulator.h +++ b/drivers/staging/wilc1000/coreconfigsimulator.h @@ -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