Commit acf28212 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

V4L/DVB (5297): Fix identation on tda10021.c

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 5948e52c
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment