]> git.baikalelectronics.ru Git - kernel.git/commit
hwmon: (hwmon-vid) Fix checkpatch issues
authorGuenter Roeck <linux@roeck-us.net>
Wed, 25 Jan 2012 01:55:00 +0000 (17:55 -0800)
committerGuenter Roeck <guenter.roeck@ericsson.com>
Mon, 19 Mar 2012 01:27:44 +0000 (18:27 -0700)
commit189bcca48dea092d138024924ff2c59436cebc51
treeef8d38b83e133f2424557d46dc9c2b2ca72732ce
parent044ee78cb1287ea371192ec9749bedd5598853fd
hwmon: (hwmon-vid) Fix checkpatch issues

Fixed:
ERROR: code indent should use tabs where possible
ERROR: space required before the open parenthesis '('
WARNING: EXPORT_SYMBOL(foo); should immediately follow its function/variable

Not fixed (url):
WARNING: line over 80 characters

Not fixed (false positive):
ERROR: Macros with complex values should be enclosed in parenthesis

Cc: Rudolf Marek <r.marek@assembler.cz>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Acked-by: Jean Delvare <khali@linux-fr.org>
drivers/hwmon/hwmon-vid.c