hwmon: (f71805f) Fix checkpatch issues
authorGuenter Roeck <linux@roeck-us.net>
Thu, 19 Jan 2012 19:02:17 +0000 (11:02 -0800)
committerGuenter Roeck <guenter.roeck@ericsson.com>
Mon, 19 Mar 2012 01:26:48 +0000 (18:26 -0700)
commit2fff0840c2fa18bd84613c307770e46ddd9db8e2
treef8c36d969331452cd224baf08a4fbe58c59882b7
parent703af96040491912efbe8b48e14cb70db054cc1b
hwmon: (f71805f) Fix checkpatch issues

Fixed:
ERROR: code indent should use tabs where possible
ERROR: do not use assignment in if condition
ERROR: "foo* bar" should be "foo *bar"
ERROR: need consistent spacing around '|' (ctx:VxW)
WARNING: simple_strtol is obsolete, use kstrtol instead
WARNING: simple_strtoul is obsolete, use kstrtoul instead
WARNING: static const char * array should probably be static const char * const

Also modified multi-line comments to follow Documents/Codingstyle.

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