aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/tda10021.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2007-04-27 12:31:06 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-04-27 15:43:24 -0300
commitacf2821282bdd912f9ca46780879a21679429f85 (patch)
treede9a6247b711279a5d1ace656e4dba188bc366be /drivers/media/dvb/frontends/tda10021.c
parentV4L/DVB (5294): Make pvr2_encoder_prep_config() static (diff)
downloadlinux-dev-acf2821282bdd912f9ca46780879a21679429f85.tar.xz
linux-dev-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.c2
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