From: Ashvini Varatharaj Date: Mon, 14 Oct 2013 14:21:04 +0000 (+0530) Subject: Staging: cxt1e1: remove space between function name and '(' X-Git-Tag: firefly_0821_release~176^2~5057^2~289 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a6df8a4f141a8beb18505179e9d364a8e43cee23;p=firefly-linux-kernel-4.4.55.git 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 Reviewed-by: Josh Triplett Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/cxt1e1/comet.h b/drivers/staging/cxt1e1/comet.h index e06da4a6f6f6..03b9bb77a809 100644 --- a/drivers/staging/cxt1e1/comet.h +++ b/drivers/staging/cxt1e1/comet.h @@ -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_ */