From: Guenter Roeck Date: Sun, 15 Jan 2012 06:33:01 +0000 (-0800) Subject: hwmon: (thmc50) Fix checkpatch issues X-Git-Tag: v3.4-rc1~167^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d387df74e175659ad9c8a16ae8e5b364b7d3f56;p=pandora-kernel.git 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 Signed-off-by: Guenter Roeck --- Reading git-diff-tree failed