Skip to content

Commit

Permalink
[media] drxd: Run lindent across sources
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Devin Heitmueller authored and Mauro Carvalho Chehab committed May 20, 2011
1 parent 9b316d6 commit 6cacdd4
Show file tree
Hide file tree
Showing 5 changed files with 1,829 additions and 3,685 deletions.
9 changes: 4 additions & 5 deletions drivers/media/dvb/frontends/drxd.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
#include <linux/types.h>
#include <linux/i2c.h>

struct drxd_config
{
struct drxd_config {
u8 index;

u8 pll_address;
Expand All @@ -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
Expand Down
Loading

0 comments on commit 6cacdd4

Please sign in to comment.