summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/s5h1432.h
diff options
context:
space:
mode:
authorDevin Heitmueller <dheitmueller@hauppauge.com>2010-07-07 18:25:38 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-10-21 01:17:15 -0200
commitbda7f4ee67b8a7a6315b906224d01d44d5a433b4 (patch)
tree038a5a0effdae63ec8dcdc94534e36fa8990ed1a /drivers/media/dvb/frontends/s5h1432.h
parent9dfde5578d1111da96142d16fdfa2039d8992744 (diff)
downloadop-kernel-dev-bda7f4ee67b8a7a6315b906224d01d44d5a433b4.zip
op-kernel-dev-bda7f4ee67b8a7a6315b906224d01d44d5a433b4.tar.gz
[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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/dvb/frontends/s5h1432.h b/drivers/media/dvb/frontends/s5h1432.h
index 241a904..6ed654f 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;
OpenPOWER on IntegriCloud