aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/dvb
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2007-12-24 21:03:52 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-01-25 19:04:24 -0200
commit7686b574a1507ecf5fd7c419b43f26222668aa4d (patch)
treeea1fc5c93cb2f794bc9db08ea311d2a909f4d4e8 /drivers/media/dvb
parent926bf3ca937461123b98ff2ba8c3409f5b4c05b5 (diff)
V4L/DVB (6924): tda18271: fix whitespace in tda18271_ir_measure
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb')
-rw-r--r--drivers/media/dvb/frontends/tda18271-tables.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/media/dvb/frontends/tda18271-tables.c b/drivers/media/dvb/frontends/tda18271-tables.c
index cce0e0d8223..02b6d2cb957 100644
--- a/drivers/media/dvb/frontends/tda18271-tables.c
+++ b/drivers/media/dvb/frontends/tda18271-tables.c
@@ -258,11 +258,11 @@ static struct tda18271_map tda18271_rf_cal[] = {
};
static struct tda18271_map tda18271_ir_measure[] = {
- { .rfmax = 30000, .val = 4},
- { .rfmax = 200000, .val = 5},
- { .rfmax = 600000, .val = 6},
- { .rfmax = 865000, .val = 7},
- { .rfmax = 0, .val = 0}, /* end */
+ { .rfmax = 30000, .val = 4 },
+ { .rfmax = 200000, .val = 5 },
+ { .rfmax = 600000, .val = 6 },
+ { .rfmax = 865000, .val = 7 },
+ { .rfmax = 0, .val = 0 }, /* end */
};
/*---------------------------------------------------------------------*/