From: Guenter Roeck Date: Sun, 15 Jan 2012 15:03:38 +0000 (-0800) Subject: hwmon: (vt8231) Fix checkpatch issues X-Git-Tag: v3.4-rc1~167^2~109 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65fe5c79577f181909a13500106027efd05db19a;p=pandora-kernel.git hwmon: (vt8231) Fix checkpatch issues Fixed: ERROR: code indent should use tabs where possible ERROR: do not use assignment in if condition ERROR: trailing statements should be on next line WARNING: braces {} are not necessary for any arm of this statement WARNING: line over 80 characters WARNING: please, no space before tabs WARNING: simple_strtol is obsolete, use kstrtol instead WARNING: simple_strtoul is obsolete, use kstrtoul instead Not fixed (false positive): ERROR: Macros with multiple statements should be enclosed in a do - while loop Cc: Roger Lucas Acked-by: Roger Lucas Signed-off-by: Guenter Roeck --- Reading git-diff-tree failed