aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/dvb/frontends/drxd.h
diff options
context:
space:
mode:
authorDevin Heitmueller <dheitmueller@kernellabs.com>2011-03-24 13:44:01 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-05-20 07:26:24 -0300
commit6cacdd46e23826c0591238f5f11b1bfa6490797d (patch)
tree4c77a8d327a39fc59746a24b7a145814dcb8d544 /drivers/media/dvb/frontends/drxd.h
parent9b316d6b42572f857161232d82b54e7ab2d33fbe (diff)
[media] drxd: Run lindent across sources
Take a first cleanup pass over the sources to bring them closer to the Linux coding style. Signed-off-by: Devin Heitmueller <dheitmueller@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/drxd.h')
-rw-r--r--drivers/media/dvb/frontends/drxd.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/drivers/media/dvb/frontends/drxd.h b/drivers/media/dvb/frontends/drxd.h
index b21c85315d7..d3d6c924653 100644
--- a/drivers/media/dvb/frontends/drxd.h
+++ b/drivers/media/dvb/frontends/drxd.h
@@ -27,8 +27,7 @@
#include <linux/types.h>
#include <linux/i2c.h>
-struct drxd_config
-{
+struct drxd_config {
u8 index;
u8 pll_address;
@@ -49,9 +48,9 @@ struct drxd_config
u8 disable_i2c_gate_ctrl;
u32 IF;
- int (*pll_set) (void *priv, void *priv_params,
- u8 pll_addr, u8 demoda_addr, s32 *off);
- s16 (*osc_deviation) (void *priv, s16 dev, int flag);
+ int (*pll_set) (void *priv, void *priv_params,
+ u8 pll_addr, u8 demoda_addr, s32 * off);
+ s16(*osc_deviation) (void *priv, s16 dev, int flag);
};
extern