hwmon: (pcf8591) Fix checkpatch issues
authorGuenter Roeck <linux@roeck-us.net>
Sun, 15 Jan 2012 05:57:29 +0000 (21:57 -0800)
committerGuenter Roeck <guenter.roeck@ericsson.com>
Mon, 19 Mar 2012 01:27:07 +0000 (18:27 -0700)
commit57256088e1e0f26bb8abf677c9622de4841a89ac
treec2a512ea137d72d58ff3c730a39711ac0991bb60
parent2804a4cfcdef5f0d4f412b31ab9d4a4a9aa3057a
hwmon: (pcf8591) Fix checkpatch issues

Fixed:
ERROR: do not use assignment in if condition
ERROR: spaces required around that ':' (ctx:VxV)
ERROR: spaces required around that '?' (ctx:VxV)
WARNING: line over 80 characters
WARNING: simple_strtoul is obsolete, use kstrtoul instead

Modify multi-line comments to follow Documentation/CodingStyle.

Cc: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/pcf8591.c