]> git.karo-electronics.de Git - karo-tx-linux.git/commit
hwmon: (ds1621) Fix checkpatch issues
authorGuenter Roeck <linux@roeck-us.net>
Sat, 14 Jan 2012 21:26:08 +0000 (13:26 -0800)
committerGuenter Roeck <guenter.roeck@ericsson.com>
Mon, 19 Mar 2012 01:26:51 +0000 (18:26 -0700)
commit19f2c05964dc428ef639fcda1cce7c8c3075c9cc
tree95e23d69d398e7e77772a90b97fcca0d7023146a
parent91efffe26a809bc6660b91e21264f48e501bfb46
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>
drivers/hwmon/ds1621.c