From: Guenter Roeck Date: Sat, 14 Jan 2012 21:21:59 +0000 (-0800) Subject: hwmon: (atxp1) Fix checkpatch issues X-Git-Tag: v3.4-rc1~167^2~81 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f24d548bf2c4da3fd2cc4d0ffec108216b705850;p=pandora-kernel.git hwmon: (atxp1) Fix checkpatch issues Fixed: ERROR: code indent should use tabs where possible ERROR: do not use assignment in if condition ERROR: else should follow close brace '}' ERROR: "foo * bar" should be "foo *bar" WARNING: braces {} are not necessary for single statement blocks WARNING: line over 80 characters WARNING: please, no space before tabs WARNING: please, no spaces at the start of a line WARNING: simple_strtoul is obsolete, use kstrtoul instead Modify multi-line comments to follow Documentation/CodingStyle. Cc: Sebastian Witt Signed-off-by: Guenter Roeck --- Reading git-diff-tree failed