From: Guenter Roeck Date: Sat, 14 Jan 2012 21:12:38 +0000 (-0800) Subject: hwmon: (adm9240) Fix checkpatch issues X-Git-Tag: v3.4-rc1~167^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c387e4eb245bf55695f96817d15fe90c3bc99e6b;p=pandora-kernel.git hwmon: (adm9240) Fix checkpatch issues Fixed: ERROR: do not use assignment in if condition ERROR: that open brace { should be on the previous line WARNING: please, no space before tabs 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 Signed-off-by: Guenter Roeck --- Reading git-diff-tree failed