aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/cxt1e1
diff options
context:
space:
mode:
authorAshvini Varatharaj <ashvinivaratharaj@gmail.com>2013-10-14 19:51:04 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-10-14 09:27:14 -0700
commita6df8a4f141a8beb18505179e9d364a8e43cee23 (patch)
treeb35f3693f6fbbbbebd8af861436f86bef7be8f7f /drivers/staging/cxt1e1
parentStaging: cxt1e1: moving { to the previous line (diff)
downloadlinux-dev-a6df8a4f141a8beb18505179e9d364a8e43cee23.tar.xz
linux-dev-a6df8a4f141a8beb18505179e9d364a8e43cee23.zip
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>
Diffstat (limited to 'drivers/staging/cxt1e1')
-rw-r--r--drivers/staging/cxt1e1/comet.h2
1 files changed, 1 insertions, 1 deletions
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_ */