From 565a187e1f60cb82d9fe226d5668d28f1f85fdb4 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Fri, 2 Nov 2007 15:05:25 -0200 Subject: Fix CodingStyle From: Mauro Carvalho Chehab kern-sync: Signed-off-by: Mauro Carvalho Chehab --- linux/drivers/media/video/cx88/cx88-cards.c | 14 +++++++------- 1 file 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); } } } -- cgit v1.2.3