From: Guenter Roeck Date: Sun, 15 Jan 2012 04:47:36 +0000 (-0800) Subject: hwmon: (lm85) Fix checkpatch issues X-Git-Tag: v3.4-rc1~167^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09770b261914166f326dcff5e43794a5f53e0f6a;p=pandora-kernel.git hwmon: (lm85) 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. Also: s/#define^I/#define / Not fixed (false positive): ERROR: Macros with multiple statements should be enclosed in a do - while loop Cc: Jean Delvare Signed-off-by: Guenter Roeck --- Reading git-diff-tree failed