summaryrefslogtreecommitdiff
path: root/linux/drivers/media/common/tuners/xc5000.h
diff options
context:
space:
mode:
authorSteven Toth <stoth@linuxtv.org>2008-10-16 19:29:38 -0400
committerSteven Toth <stoth@linuxtv.org>2008-10-16 19:29:38 -0400
commitb414249d852c548811ee1152bbb6305d6d5af689 (patch)
tree64c21af8bd3ead094d8d8f90a94885f614015fbc /linux/drivers/media/common/tuners/xc5000.h
parent05d518ccb1abb44ad9d465dc0d94aa9648b86d76 (diff)
downloadmediapointer-dvb-s2-b414249d852c548811ee1152bbb6305d6d5af689.tar.gz
mediapointer-dvb-s2-b414249d852c548811ee1152bbb6305d6d5af689.tar.bz2
xc5000: Checkpatch compliance
From: Steven Toth <stoth@linuxtv.org> xc5000: Checkpatch compliance Priority: normal Signed-off-by: Steven Toth <stoth@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/common/tuners/xc5000.h')
-rw-r--r--linux/drivers/media/common/tuners/xc5000.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/linux/drivers/media/common/tuners/xc5000.h b/linux/drivers/media/common/tuners/xc5000.h
index cf1a558e0..f4c146698 100644
--- a/linux/drivers/media/common/tuners/xc5000.h
+++ b/linux/drivers/media/common/tuners/xc5000.h
@@ -45,17 +45,17 @@ struct xc5000_config {
#if defined(CONFIG_MEDIA_TUNER_XC5000) || \
(defined(CONFIG_MEDIA_TUNER_XC5000_MODULE) && defined(MODULE))
-extern struct dvb_frontend* xc5000_attach(struct dvb_frontend *fe,
+extern struct dvb_frontend *xc5000_attach(struct dvb_frontend *fe,
struct i2c_adapter *i2c,
struct xc5000_config *cfg);
#else
-static inline struct dvb_frontend* xc5000_attach(struct dvb_frontend *fe,
+static inline struct dvb_frontend *xc5000_attach(struct dvb_frontend *fe,
struct i2c_adapter *i2c,
struct xc5000_config *cfg)
{
printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__);
return NULL;
}
-#endif // CONFIG_MEDIA_TUNER_XC5000
+#endif
-#endif // __XC5000_H__
+#endif