diff options
author | Devin Heitmueller <dheitmueller@hauppauge.com> | 2010-07-07 18:25:38 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-10-21 01:17:15 -0200 |
commit | bda7f4ee67b8a7a6315b906224d01d44d5a433b4 (patch) | |
tree | 038a5a0effdae63ec8dcdc94534e36fa8990ed1a /drivers/media/dvb/frontends/s5h1432.h | |
parent | 9dfde5578d1111da96142d16fdfa2039d8992744 (diff) |
[media] s5h1432: fix codingstyle issues
Run Lindent and fix a few spacing issues.
This patch makes no functional change to the driver.
Signed-off-by: Devin Heitmueller <dheitmueller@hauppauge.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/s5h1432.h')
-rw-r--r-- | drivers/media/dvb/frontends/s5h1432.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/dvb/frontends/s5h1432.h b/drivers/media/dvb/frontends/s5h1432.h index 241a9044d86..6ed654fb9b1 100644 --- a/drivers/media/dvb/frontends/s5h1432.h +++ b/drivers/media/dvb/frontends/s5h1432.h @@ -79,9 +79,9 @@ struct s5h1432_config { extern struct dvb_frontend *s5h1432_attach(const struct s5h1432_config *config, struct i2c_adapter *i2c); #else -static inline struct dvb_frontend *s5h1432_attach( - const struct s5h1432_config *config, - struct i2c_adapter *i2c) +static inline struct dvb_frontend *s5h1432_attach(const struct s5h1432_config + *config, + struct i2c_adapter *i2c) { printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); return NULL; |