summaryrefslogtreecommitdiff
path: root/drivers/media/dvb/frontends/au8522.h
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2008-04-03 01:59:48 +0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-04-24 21:09:43 +0400
commite059b0fac7d9df8bf759d7092a16221f0fd250e8 (patch)
tree6c5a3d42a5652a6061d626bf2aa13355c4ae9c6a /drivers/media/dvb/frontends/au8522.h
parentf07e8e4bb790f6cb462d5d5425193cad874ac0de (diff)
downloadlinux-e059b0fac7d9df8bf759d7092a16221f0fd250e8.tar.xz
V4L/DVB (7628): au8522: codingstyle cleanups
Fixed some checkpatch.pl warnings Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/frontends/au8522.h')
-rw-r--r--drivers/media/dvb/frontends/au8522.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/drivers/media/dvb/frontends/au8522.h b/drivers/media/dvb/frontends/au8522.h
index a75627155fed..9952957ab7b0 100644
--- a/drivers/media/dvb/frontends/au8522.h
+++ b/drivers/media/dvb/frontends/au8522.h
@@ -36,11 +36,12 @@ struct au8522_config
};
#if defined(CONFIG_DVB_AU8522) || (defined(CONFIG_DVB_AU8522_MODULE) && defined(MODULE))
-extern struct dvb_frontend* au8522_attach(const struct au8522_config* config,
- struct i2c_adapter* i2c);
+extern struct dvb_frontend *au8522_attach(const struct au8522_config *config,
+ struct i2c_adapter *i2c);
#else
-static inline struct dvb_frontend* au8522_attach(const struct au8522_config* config,
- struct i2c_adapter* i2c)
+static inline
+struct dvb_frontend *au8522_attach(const struct au8522_config *config,
+ struct i2c_adapter *i2c)
{
printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __FUNCTION__);
return NULL;