hwmon: Remove unnecessary semicolons
authorGuenter Roeck <linux@roeck-us.net>
Fri, 29 Mar 2013 20:54:50 +0000 (13:54 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Sun, 13 Oct 2013 23:16:25 +0000 (16:16 -0700)
Semicolons after closing } of conditional blocks are not needed
and can be removed.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Reviewed-by: Jean Delvare <khali@linux-fr.org>

No differences found