diff options
author | Steven Toth <stoth@hauppauge.com> | 2008-05-01 18:35:54 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-05-14 01:56:39 -0400 |
commit | d211017b954436bfc516e93d839e8746ec2bbbfe (patch) | |
tree | 59bd8a24f36992fc72e2b259f5657319ccda7082 /drivers/media/common/tuners/mxl5005s.h | |
parent | 48937295a63b4e81db907605afcbd81e0464b00f (diff) |
V4L/DVB(7872): mxl5005s: checkpatch.pl compliance
4 exceptions where the code would read very ugly otherwise.
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/common/tuners/mxl5005s.h')
-rw-r--r-- | drivers/media/common/tuners/mxl5005s.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/common/tuners/mxl5005s.h b/drivers/media/common/tuners/mxl5005s.h index 687cf146c2a0..0027d1e03f99 100644 --- a/drivers/media/common/tuners/mxl5005s.h +++ b/drivers/media/common/tuners/mxl5005s.h | |||
@@ -25,8 +25,8 @@ | |||
25 | 25 | ||
26 | #include <linux/dvb/frontend.h> | 26 | #include <linux/dvb/frontend.h> |
27 | 27 | ||
28 | struct mxl5005s_config | 28 | struct mxl5005s_config { |
29 | { | 29 | |
30 | /* 7 bit i2c address */ | 30 | /* 7 bit i2c address */ |
31 | u8 i2c_address; | 31 | u8 i2c_address; |
32 | 32 | ||