diff options
author | Manu Abraham <abraham.manu@gmail.com> | 2009-12-15 06:47:21 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-01-17 08:55:44 -0500 |
commit | f5ae4f6f482191c531ea9e50ac91d9bd2ffca171 (patch) | |
tree | a5a1c9553ae58fb19eddbb594f8f0596a3b33e20 /drivers/media/dvb/mantis/mantis_vp2033.c | |
parent | 1e42dc78900e9d0ce89d77f3ba6aca00abd5f1b5 (diff) |
V4L/DVB (13809): Fix Checkpatch violations
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/mantis/mantis_vp2033.c')
-rw-r--r-- | drivers/media/dvb/mantis/mantis_vp2033.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/mantis/mantis_vp2033.c b/drivers/media/dvb/mantis/mantis_vp2033.c index 45f71749bb98..07d468ff5e13 100644 --- a/drivers/media/dvb/mantis/mantis_vp2033.c +++ b/drivers/media/dvb/mantis/mantis_vp2033.c | |||
@@ -71,7 +71,7 @@ static int tda1002x_cu1216_tuner_set(struct dvb_frontend *fe, struct dvb_fronten | |||
71 | struct i2c_adapter *adapter = &mantis->adapter; | 71 | struct i2c_adapter *adapter = &mantis->adapter; |
72 | 72 | ||
73 | u8 buf[6]; | 73 | u8 buf[6]; |
74 | struct i2c_msg msg = {.addr = 0x60, .flags = 0, .buf = buf, .len = sizeof (buf) }; | 74 | struct i2c_msg msg = {.addr = 0x60, .flags = 0, .buf = buf, .len = sizeof(buf)}; |
75 | int i; | 75 | int i; |
76 | 76 | ||
77 | #define CU1216_IF 36125000 | 77 | #define CU1216_IF 36125000 |