mirror of https://gitee.com/openkylin/linux.git
staging: wilc1000: remove multiple blank lines.
Remove the warnings for multiple blank lines reported by checkpatch.pl. Signed-off-by: Sunghoon Cho <ywhsbliss@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
635c931d6d
commit
c4263e319e
|
@ -8,13 +8,10 @@
|
|||
* @version 1.0
|
||||
*/
|
||||
|
||||
|
||||
#ifndef CORECONFIGSIMULATOR_H
|
||||
#define CORECONFIGSIMULATOR_H
|
||||
|
||||
|
||||
extern s32 CoreConfigSimulatorInit (void);
|
||||
extern s32 CoreConfigSimulatorDeInit (void);
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue