commit | 57256088e1e0f26bb8abf677c9622de4841a89ac | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Sat Jan 14 21:57:29 2012 -0800 |
committer | Guenter Roeck <guenter.roeck@ericsson.com> | Sun Mar 18 18:27:07 2012 -0700 |
tree | c2a512ea137d72d58ff3c730a39711ac0991bb60 | |
parent | 2804a4cfcdef5f0d4f412b31ab9d4a4a9aa3057a [diff] |
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>