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)
commitf352df652ff37c434ed32bc5b7eb7ce430b73abc
treeef8d38b83e133f2424557d46dc9c2b2ca72732ce
parent3230f7049e6325c27d6d40f2a1547cf75bc4ddff
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