mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 17:51:43 +00:00
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>
This commit is contained in:
parent
926bf3ca93
commit
7686b574a1
@ -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 */
|
||||
};
|
||||
|
||||
/*---------------------------------------------------------------------*/
|
||||
|
Loading…
Reference in New Issue
Block a user