Skip to content

Commit

Permalink
V4L/DVB (12469): fix bad whitespaces at cx88_geniatech_x8000_mt
Browse files Browse the repository at this point in the history
It were using 7 spaces instead of tab for indent.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Mauro Carvalho Chehab committed Sep 12, 2009
1 parent 6d888a6 commit 5706934
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/media/video/cx88/cx88-dvb.c
Original file line number Diff line number Diff line change
Expand Up @@ -498,9 +498,9 @@ static struct zl10353_config cx88_pinnacle_hybrid_pctv = {
};

static struct zl10353_config cx88_geniatech_x8000_mt = {
.demod_address = (0x1e >> 1),
.no_tuner = 1,
.disable_i2c_gate_ctrl = 1,
.demod_address = (0x1e >> 1),
.no_tuner = 1,
.disable_i2c_gate_ctrl = 1,
};

static struct s5h1411_config dvico_fusionhdtv7_config = {
Expand Down

0 comments on commit 5706934

Please sign in to comment.