Skip to content

Commit

Permalink
tw9910: use TABs for indentation
Browse files Browse the repository at this point in the history
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Guennadi Liakhovetski authored and Mauro Carvalho Chehab committed Feb 26, 2010
1 parent 4a9ce75 commit 906b101
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions drivers/media/video/tw9910.c
Original file line number Diff line number Diff line change
Expand Up @@ -233,10 +233,10 @@ struct tw9910_hsync_ctrl {
};

struct tw9910_priv {
struct v4l2_subdev subdev;
struct tw9910_video_info *info;
const struct tw9910_scale_ctrl *scale;
u32 revision;
struct v4l2_subdev subdev;
struct tw9910_video_info *info;
const struct tw9910_scale_ctrl *scale;
u32 revision;
};

static const struct tw9910_scale_ctrl tw9910_ntsc_scales[] = {
Expand Down
4 changes: 2 additions & 2 deletions include/media/tw9910.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ enum tw9910_mpout_pin {
};

struct tw9910_video_info {
unsigned long buswidth;
enum tw9910_mpout_pin mpout;
unsigned long buswidth;
enum tw9910_mpout_pin mpout;
};


Expand Down

0 comments on commit 906b101

Please sign in to comment.