mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-01 08:04:22 +08:00
Staging: cxt1e1: remove space between function name and '('
Fix checkpatch warning: WARNING: space prohibited between function name and open parenthesis '(' Signed-off-by: Ashvini Varatharaj <ashvinivaratharaj@gmail.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
6c762a4298
commit
a6df8a4f14
@ -338,7 +338,7 @@ typedef struct s_comet_reg comet_t;
|
||||
|
||||
#ifdef __KERNEL__
|
||||
extern void
|
||||
init_comet (void *, comet_t *, u_int32_t, int, u_int8_t);
|
||||
init_comet(void *, comet_t *, u_int32_t, int, u_int8_t);
|
||||
#endif
|
||||
|
||||
#endif /* _INC_COMET_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user