hwmon: (lm85) Coding-style cleanups
authorJean Delvare <khali@linux-fr.org>
Tue, 29 Apr 2008 12:03:37 +0000 (14:03 +0200)
committerMark M. Hoffman <mhoffman@lightlink.com>
Fri, 1 Aug 2008 03:44:03 +0000 (23:44 -0400)
commit1f44809ac3d7a3fc977684dc3a95fa221f33fc15
treea2321ce812d601d2a5ecc6d409cb3158cef7fb13
parent9ebd3d822efeca2e73565516a80373c76ce3fa12
hwmon: (lm85) Coding-style cleanups

Fix most style issues reported by checkpatch, including:
* Trailing, missing and extra whitespace
* Extra parentheses, curly braces and semi-colons
* Broken indentation
* Lines too long

I verified that the generated code is the same before and after
these changes.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Acked-by: Juerg Haefliger <juergh at gmail.com>
Signed-off-by: Mark M. Hoffman <mhoffman@lightlink.com>
drivers/hwmon/lm85.c