hwmon: (lm85) Fix checkpatch issues
commit09770b261914166f326dcff5e43794a5f53e0f6a
authorGuenter Roeck <linux@roeck-us.net>
Sun, 15 Jan 2012 04:47:36 +0000 (14 20:47 -0800)
committerGuenter Roeck <guenter.roeck@ericsson.com>
Mon, 19 Mar 2012 01:27:25 +0000 (18 18:27 -0700)
tree1a4d0d1ea98882d9fd37af1ef406efe024c4269c
parent9b03079fca96a5815f197f02e09b9ac20d67b71e
hwmon: (lm85) Fix checkpatch issues

Fixed:
ERROR: code indent should use tabs where possible
ERROR: do not use assignment in if condition
WARNING: simple_strtol is obsolete, use kstrtol instead
WARNING: simple_strtoul is obsolete, use kstrtoul instead

Modify multi-line comments to follow Documentation/CodingStyle.

Also: s/#define^I/#define /

Not fixed (false positive):
ERROR: Macros with multiple statements should be enclosed in a do - while loop

Cc: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/lm85.c