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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue