aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2009-08-20 09:14:45 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-09-12 11:19:45 -0400
commit5706934967e4d98e531615b116c86e2b01b858b8 (patch)
treedb457c68ee15a4dc6c7b4cdc9ddbf54af2ae5889
parent6d888a66be1c50c2f5193c53d6ea556e01dd60e3 (diff)
V4L/DVB (12469): fix bad whitespaces at cx88_geniatech_x8000_mt
It were using 7 spaces instead of tab for indent. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r--drivers/media/video/cx88/cx88-dvb.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/video/cx88/cx88-dvb.c b/drivers/media/video/cx88/cx88-dvb.c
index 5d63aa57ae11..6e5d142b5b00 100644
--- a/drivers/media/video/cx88/cx88-dvb.c
+++ b/drivers/media/video/cx88/cx88-dvb.c
@@ -498,9 +498,9 @@ static struct zl10353_config cx88_pinnacle_hybrid_pctv = {
498}; 498};
499 499
500static struct zl10353_config cx88_geniatech_x8000_mt = { 500static struct zl10353_config cx88_geniatech_x8000_mt = {
501 .demod_address = (0x1e >> 1), 501 .demod_address = (0x1e >> 1),
502 .no_tuner = 1, 502 .no_tuner = 1,
503 .disable_i2c_gate_ctrl = 1, 503 .disable_i2c_gate_ctrl = 1,
504}; 504};
505 505
506static struct s5h1411_config dvico_fusionhdtv7_config = { 506static struct s5h1411_config dvico_fusionhdtv7_config = {