mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
c4263e319e
commit
3f5309725e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue