From: Guenter Roeck Date: Sun, 15 Jan 2012 17:29:36 +0000 (-0800) Subject: hwmon: (w83791d) Fix checkpatch issues X-Git-Tag: v3.4-rc1~167^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec1c3194179579df41be78551a0ca642f49e52ff;p=pandora-kernel.git hwmon: (w83791d) 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: space required after that ',' (ctx:VxV) WARNING: braces {} are not necessary for single statement blocks 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 complex values should be enclosed in parenthesis Cc: Charles Spirakis Cc: Marc Hulsman Signed-off-by: Guenter Roeck --- Reading git-diff-tree failed