Searched hist:"4 d387df74e175659ad9c8a16ae8e5b364b7d3f56" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/hwmon/ |
H A D | thmc50.c | diff 4d387df74e175659ad9c8a16ae8e5b364b7d3f56 Sun Jan 15 00:33:01 CST 2012 Guenter Roeck <linux@roeck-us.net> hwmon: (thmc50) Fix checkpatch issues
Fixed: ERROR: code indent should use tabs where possible ERROR: do not use assignment in if condition WARNING: simple_strtol is obsolete, use kstrtol instead WARNING: simple_strtoul is obsolete, use kstrtoul 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: Krzysztof Helt <krzysztof.h1@wp.pl> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
|