commit | 525ad3731949fd9049254eabde57012d7cc06dbc | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Sat Jan 14 13:30:47 2012 -0800 |
committer | Guenter Roeck <guenter.roeck@ericsson.com> | Sun Mar 18 18:27:03 2012 -0700 |
tree | a844740acca1463475459e3b8d41f7bcc3df9260 | |
parent | f24d548bf2c4da3fd2cc4d0ffec108216b705850 [diff] |
hwmon: (fschmd) Fix checkpatch issues Fixed: ERROR: that open brace { should be on the previous line ERROR: trailing statements should be on next line WARNING: line over 80 characters WARNING: simple_strtol is obsolete, use kstrtol instead WARNING: simple_strtoul is obsolete, use kstrtoul instead Modify multi-line comments to follow Documentation/CodingStyle. Cc: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Guenter Roeck <linux@roeck-us.net>