]> git.karo-electronics.de Git - karo-tx-linux.git/commit
hwmon: (ultra45_env) Fix checkpatch issues
authorGuenter Roeck <linux@roeck-us.net>
Sun, 15 Jan 2012 06:42:41 +0000 (22:42 -0800)
committerGuenter Roeck <guenter.roeck@ericsson.com>
Mon, 19 Mar 2012 01:27:10 +0000 (18:27 -0700)
commita80b10ccac53087a6ad47f45e29a3800e84448fa
treef772138dab0ca754be59fb1cbbcb07b3f1cb5cc2
parent4d387df74e175659ad9c8a16ae8e5b364b7d3f56
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>
drivers/hwmon/ultra45_env.c