commit | a80b10ccac53087a6ad47f45e29a3800e84448fa | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Sat Jan 14 22:42:41 2012 -0800 |
committer | Guenter Roeck <guenter.roeck@ericsson.com> | Sun Mar 18 18:27:10 2012 -0700 |
tree | f772138dab0ca754be59fb1cbbcb07b3f1cb5cc2 | |
parent | 4d387df74e175659ad9c8a16ae8e5b364b7d3f56 [diff] |
hwmon: (ultra45_env) Fix checkpatch issues Fixed: WARNING: line over 80 characters WARNING: simple_strtol is obsolete, use kstrtol instead Modify multi-line comments to follow Documentation/CodingStyle. Not fixed (false positive): ERROR: Macros with multiple statements should be enclosed in a do - while loop Cc: David S. Miller <davem@davemloft.net> Signed-off-by: Guenter Roeck <linux@roeck-us.net>