diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-11-01 16:47:42 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 16:01:54 -0500 |
commit | ab0b9fc67c2370e813ccd5d83bca8db320e67eeb (patch) | |
tree | a81716f7335bbd750f52508a8b6ab5a18d047aad /drivers/media/video/tuner-xc2028.h | |
parent | 352fae1dffe2d0d04949e579d03667377a176cff (diff) |
V4L/DVB (6517): CodingStyle fixup
Used scripts/Lindent + manual check + scripts/checkpatch.pl
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/tuner-xc2028.h')
-rw-r--r-- | drivers/media/video/tuner-xc2028.h | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/drivers/media/video/tuner-xc2028.h b/drivers/media/video/tuner-xc2028.h index 4e5e4d5d1b5f..e04611e653e4 100644 --- a/drivers/media/video/tuner-xc2028.h +++ b/drivers/media/video/tuner-xc2028.h | |||
@@ -27,15 +27,17 @@ struct xc2028_ctrl { | |||
27 | #define XC2028_RESET_CLK 1 | 27 | #define XC2028_RESET_CLK 1 |
28 | 28 | ||
29 | #if defined(CONFIG_TUNER_XC2028) || (defined(CONFIG_TUNER_XC2028_MODULE) && defined(MODULE)) | 29 | #if defined(CONFIG_TUNER_XC2028) || (defined(CONFIG_TUNER_XC2028_MODULE) && defined(MODULE)) |
30 | int xc2028_attach(struct dvb_frontend *fe, struct i2c_adapter* i2c_adap, | 30 | int xc2028_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c_adap, |
31 | u8 i2c_addr, struct device *dev, void *video_dev, | 31 | u8 i2c_addr, struct device *dev, void *video_dev, |
32 | int (*tuner_callback) (void *dev, int command,int arg)); | 32 | int (*tuner_callback) (void *dev, int command, int arg)); |
33 | 33 | ||
34 | #else | 34 | #else |
35 | static inline int xc2028_attach(struct dvb_frontend *fe, | 35 | static inline int xc2028_attach(struct dvb_frontend *fe, |
36 | struct i2c_adapter* i2c_adap, | 36 | struct i2c_adapter *i2c_adap, |
37 | u8 i2c_addr, struct device *dev, void *video_dev, | 37 | u8 i2c_addr, struct device *dev, |
38 | int (*tuner_callback) (void *dev, int command,int arg)) | 38 | void *video_dev, |
39 | int (*tuner_callback) (void *dev, int command, | ||
40 | int arg)) | ||
39 | { | 41 | { |
40 | printk(KERN_INFO "%s: not probed - driver disabled by Kconfig\n", | 42 | printk(KERN_INFO "%s: not probed - driver disabled by Kconfig\n", |
41 | __FUNCTION__); | 43 | __FUNCTION__); |