summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2009-08-20 10:14:45 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-08-20 10:14:45 -0300
commitfcf0d8c091324e9b5c0607af50b692fed42f9ec5 (patch)
tree23cdbae214347da1a3550483b72506a289a04135 /linux
parentfaf00e29cab3d09eeb930702f997a11e42b6d7f2 (diff)
downloadmediapointer-dvb-s2-fcf0d8c091324e9b5c0607af50b692fed42f9ec5.tar.gz
mediapointer-dvb-s2-fcf0d8c091324e9b5c0607af50b692fed42f9ec5.tar.bz2
fix bad whitespaces at cx88_geniatech_x8000_mt
From: Mauro Carvalho Chehab <mchehab@redhat.com> It were using 7 spaces instead of tab for indent. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux')
-rw-r--r--linux/drivers/media/video/cx88/cx88-dvb.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-dvb.c b/linux/drivers/media/video/cx88/cx88-dvb.c
index ab84c085f..d3d4c67ec 100644
--- a/linux/drivers/media/video/cx88/cx88-dvb.c
+++ b/linux/drivers/media/video/cx88/cx88-dvb.c
@@ -500,14 +500,14 @@ 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,
#if 0
- .input_frequency = 0xe609,
- .parallel_ts = 1,
- .r56_agc_targets = 0x2b,
- .r5c_clk_mpegts_output = 0x75,
+ .input_frequency = 0xe609,
+ .parallel_ts = 1,
+ .r56_agc_targets = 0x2b,
+ .r5c_clk_mpegts_output = 0x75,
#endif
};