hwmon: (w83627hf) Fix checkpatch issues
commit27b9de3c4ae302c51d99187047e6ebebb21fd29b
authorGuenter Roeck <linux@roeck-us.net>
Sun, 15 Jan 2012 19:07:26 +0000 (15 11:07 -0800)
committerGuenter Roeck <guenter.roeck@ericsson.com>
Mon, 19 Mar 2012 01:27:32 +0000 (18 18:27 -0700)
treea19c696ce7b16ce37cab1bee80ed3e520985e04a
parentca3ccad827175fa47f4b20ea4c7072e1ddc33128
hwmon: (w83627hf) Fix checkpatch issues

Fixed:
WARNING: simple_strtol is obsolete, use kstrtol instead
WARNING: simple_strtoul is obsolete, use kstrtoul instead
ERROR: do not use assignment in if condition

Modify multi-line comments to follow Documentation/CodingStyle.

Other checkpatch issues not fixed to reduce number of conflicts with pending
rewrite as mfd driver.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/w83627hf.c