diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2006-11-20 14:38:42 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-12-10 06:05:04 -0500 |
commit | 47ae9ae895a5228e7a3ca47b1c9ab00a3f641923 (patch) | |
tree | ebacf7f6a6a17e7ebe1c1b4ef911f093eb4b69d1 /drivers/media/dvb/ttpci/budget-av.c | |
parent | bc2e3913c786d7387e21ee0818c1a3b66a571703 (diff) |
V4L/DVB (4867): Whitespace cleanup
- adhere to 80-column limit
- replace some spaces with tabs
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/ttpci/budget-av.c')
-rw-r--r-- | drivers/media/dvb/ttpci/budget-av.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/ttpci/budget-av.c b/drivers/media/dvb/ttpci/budget-av.c index 461e8d75b632..8bdc90a70c22 100644 --- a/drivers/media/dvb/ttpci/budget-av.c +++ b/drivers/media/dvb/ttpci/budget-av.c | |||
@@ -835,7 +835,7 @@ static int philips_sd1878_tda8261_tuner_set_params(struct dvb_frontend *fe, | |||
835 | return -EINVAL; | 835 | return -EINVAL; |
836 | 836 | ||
837 | rc=dvb_pll_configure(&dvb_pll_philips_sd1878_tda8261, buf, | 837 | rc=dvb_pll_configure(&dvb_pll_philips_sd1878_tda8261, buf, |
838 | params->frequency, 0); | 838 | params->frequency, 0); |
839 | if(rc < 0) return rc; | 839 | if(rc < 0) return rc; |
840 | 840 | ||
841 | if (fe->ops.i2c_gate_ctrl) | 841 | if (fe->ops.i2c_gate_ctrl) |