diff options
author | Steven Toth <stoth@hauppauge.com> | 2008-05-01 19:35:54 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-05-14 02:56:39 -0300 |
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 687cf146c2a..0027d1e03f9 100644 --- a/drivers/media/common/tuners/mxl5005s.h +++ b/drivers/media/common/tuners/mxl5005s.h @@ -25,8 +25,8 @@ #include <linux/dvb/frontend.h> -struct mxl5005s_config -{ +struct mxl5005s_config { + /* 7 bit i2c address */ u8 i2c_address; |