Skip to content

Commit

Permalink
V4L/DVB (6924): tda18271: fix whitespace in tda18271_ir_measure
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Jan 25, 2008
1 parent 926bf3c commit 7686b57
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions drivers/media/dvb/frontends/tda18271-tables.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
};

/*---------------------------------------------------------------------*/
Expand Down

0 comments on commit 7686b57

Please sign in to comment.