Commit ab0b9fc6 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

V4L/DVB (6517): CodingStyle fixup

Used scripts/Lindent + manual check + scripts/checkpatch.pl
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 352fae1d
This diff is collapsed.
...@@ -27,15 +27,17 @@ struct xc2028_ctrl { ...@@ -27,15 +27,17 @@ struct xc2028_ctrl {
#define XC2028_RESET_CLK 1 #define XC2028_RESET_CLK 1
#if defined(CONFIG_TUNER_XC2028) || (defined(CONFIG_TUNER_XC2028_MODULE) && defined(MODULE)) #if defined(CONFIG_TUNER_XC2028) || (defined(CONFIG_TUNER_XC2028_MODULE) && defined(MODULE))
int xc2028_attach(struct dvb_frontend *fe, struct i2c_adapter* i2c_adap, int xc2028_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c_adap,
u8 i2c_addr, struct device *dev, void *video_dev, u8 i2c_addr, struct device *dev, void *video_dev,
int (*tuner_callback) (void *dev, int command,int arg)); int (*tuner_callback) (void *dev, int command, int arg));
#else #else
static inline int xc2028_attach(struct dvb_frontend *fe, static inline int xc2028_attach(struct dvb_frontend *fe,
struct i2c_adapter* i2c_adap, struct i2c_adapter *i2c_adap,
u8 i2c_addr, struct device *dev, void *video_dev, u8 i2c_addr, struct device *dev,
int (*tuner_callback) (void *dev, int command,int arg)) void *video_dev,
int (*tuner_callback) (void *dev, int command,
int arg))
{ {
printk(KERN_INFO "%s: not probed - driver disabled by Kconfig\n", printk(KERN_INFO "%s: not probed - driver disabled by Kconfig\n",
__FUNCTION__); __FUNCTION__);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment