From: Guenter Roeck Date: Sat, 14 Jan 2012 21:20:00 +0000 (-0800) Subject: hwmon: (asb100): Fix checkpatch issues X-Git-Tag: v3.4-rc1~167^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c103696fa59e1b810bf24a63304acd5ab585c12;p=pandora-kernel.git hwmon: (asb100): Fix checkpatch issues Fixed: ERROR: code indent should use tabs where possible ERROR: do not use assignment in if condition ERROR: space prohibited after that open parenthesis '(' ERROR: spaces required around that '<' (ctx:VxV) ERROR: spaces required around that '==' (ctx:VxV) WARNING: please, no spaces at the start of a line 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: Mark M. Hoffman Signed-off-by: Guenter Roeck --- Reading git-diff-tree failed