diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-04-27 17:31:06 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-04-27 20:43:24 +0200 |
commit | acf2821282bdd912f9ca46780879a21679429f85 (patch) | |
tree | de9a6247b711279a5d1ace656e4dba188bc366be /drivers/media/dvb/frontends/tda10021.c | |
parent | V4L/DVB (5294): Make pvr2_encoder_prep_config() static (diff) | |
download | linux-acf2821282bdd912f9ca46780879a21679429f85.tar.xz linux-acf2821282bdd912f9ca46780879a21679429f85.zip |
V4L/DVB (5297): Fix identation on tda10021.c
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/frontends/tda10021.c')
-rw-r--r-- | drivers/media/dvb/frontends/tda10021.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/tda10021.c b/drivers/media/dvb/frontends/tda10021.c index 5b9c5bb29b23..9348e76fe2e0 100644 --- a/drivers/media/dvb/frontends/tda10021.c +++ b/drivers/media/dvb/frontends/tda10021.c @@ -447,7 +447,7 @@ static struct dvb_frontend_ops tda10021_ops = { .frequency_max = 858000000, .symbol_rate_min = (XIN/2)/64, /* SACLK/64 == (XIN/2)/64 */ .symbol_rate_max = (XIN/2)/4, /* SACLK/4 */ -#if 0 + #if 0 .frequency_tolerance = ???, .symbol_rate_tolerance = ???, /* ppm */ /* == 8% (spec p. 5) */ #endif |