commit | 19f2c05964dc428ef639fcda1cce7c8c3075c9cc | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Sat Jan 14 13:26:08 2012 -0800 |
committer | Guenter Roeck <guenter.roeck@ericsson.com> | Sun Mar 18 18:26:51 2012 -0700 |
tree | 95e23d69d398e7e77772a90b97fcca0d7023146a | |
parent | 91efffe26a809bc6660b91e21264f48e501bfb46 [diff] |
hwmon: (ds1621) Fix checkpatch issues Fixed: ERROR: code indent should use tabs where possible ERROR: do not use assignment in if condition ERROR: trailing whitespace WARNING: labels should not be indented WARNING: please, no spaces at the start of a line WARNING: simple_strtol is obsolete, use kstrtol instead Also modified multi-line comments to follow Documentation/CodingStyle. Signed-off-by: Guenter Roeck <linux@roeck-us.net> Acked-by: Jean Delvare <khali@linux-fr.org>