summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/cx88
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2007-11-02 15:05:25 -0200
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-11-02 15:05:25 -0200
commit565a187e1f60cb82d9fe226d5668d28f1f85fdb4 (patch)
treef2241e0d9bb5eef94e38ea63f346354c642069b5 /linux/drivers/media/video/cx88
parent14e2b1076174e9e80a1afba3229b3355ef69ab29 (diff)
downloadmediapointer-dvb-s2-565a187e1f60cb82d9fe226d5668d28f1f85fdb4.tar.gz
mediapointer-dvb-s2-565a187e1f60cb82d9fe226d5668d28f1f85fdb4.tar.bz2
Fix CodingStyle
From: Mauro Carvalho Chehab <mchehab@infradead.org> kern-sync: Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/cx88')
-rw-r--r--linux/drivers/media/video/cx88/cx88-cards.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-cards.c b/linux/drivers/media/video/cx88/cx88-cards.c
index 7deb566af..9c76afeb8 100644
--- a/linux/drivers/media/video/cx88/cx88-cards.c
+++ b/linux/drivers/media/video/cx88/cx88-cards.c
@@ -2035,17 +2035,17 @@ static void cx88_card_setup(struct cx88_core *core)
struct v4l2_priv_tun_config tea5767_cfg;
struct tea5767_ctrl ctl;
- memset (&ctl,0,sizeof(ctl));
+ memset(&ctl, 0, sizeof(ctl));
- ctl.high_cut=1;
- ctl.st_noise=1;
- ctl.deemph_75=1;
- ctl.xtal_freq=TEA5767_HIGH_LO_13MHz;
+ ctl.high_cut = 1;
+ ctl.st_noise = 1;
+ ctl.deemph_75 = 1;
+ ctl.xtal_freq = TEA5767_HIGH_LO_13MHz;
tea5767_cfg.tuner = TUNER_TEA5767;
- tea5767_cfg.priv = &ctl;
+ tea5767_cfg.priv = &ctl;
- cx88_call_i2c_clients (core, TUNER_SET_CONFIG, &tea5767_cfg);
+ cx88_call_i2c_clients(core, TUNER_SET_CONFIG, &tea5767_cfg);
}
}
}