From: Guenter Roeck Date: Sun, 15 Jan 2012 06:31:08 +0000 (-0800) Subject: hwmon: (smsc47m192) Fix checkpatch issues X-Git-Tag: v3.4-rc1~167^2~73 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cc3cb6662a21a59a2e0e752a8ebd95137c71d3a;p=pandora-kernel.git hwmon: (smsc47m192) Fix checkpatch issues Fixed: ERROR: code indent should use tabs where possible ERROR: do not use assignment in if condition ERROR: spaces required around that '<' (ctx:VxV) ERROR: spaces required around that '==' (ctx:VxV) ERROR: spaces required around that '=' (ctx:VxV) ERROR: spaces required around that '>' (ctx:VxV) NOTE: whitespace errors detected, you may wish to use scripts/cleanpatch or 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 Cc: Hartmut Rick Signed-off-by: Guenter Roeck --- Reading git-diff-tree failed