diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2008-04-02 17:59:48 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 13:09:43 -0400 |
commit | e059b0fac7d9df8bf759d7092a16221f0fd250e8 (patch) | |
tree | 6c5a3d42a5652a6061d626bf2aa13355c4ae9c6a /drivers/media/dvb/frontends/au8522.h | |
parent | f07e8e4bb790f6cb462d5d5425193cad874ac0de (diff) |
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.h | 9 |
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 | |||
36 | }; | 36 | }; |
37 | 37 | ||
38 | #if defined(CONFIG_DVB_AU8522) || (defined(CONFIG_DVB_AU8522_MODULE) && defined(MODULE)) | 38 | #if defined(CONFIG_DVB_AU8522) || (defined(CONFIG_DVB_AU8522_MODULE) && defined(MODULE)) |
39 | extern struct dvb_frontend* au8522_attach(const struct au8522_config* config, | 39 | extern struct dvb_frontend *au8522_attach(const struct au8522_config *config, |
40 | struct i2c_adapter* i2c); | 40 | struct i2c_adapter *i2c); |
41 | #else | 41 | #else |
42 | static inline struct dvb_frontend* au8522_attach(const struct au8522_config* config, | 42 | static inline |
43 | struct i2c_adapter* i2c) | 43 | struct dvb_frontend *au8522_attach(const struct au8522_config *config, |
44 | struct i2c_adapter *i2c) | ||
44 | { | 45 | { |
45 | printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __FUNCTION__); | 46 | printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __FUNCTION__); |
46 | return NULL; | 47 | return NULL; |