OSDN Git Service

hwmon: (lm75) Fix trailing semicolon
authorLuis de Bethencourt <luisbg@kernel.org>
Wed, 17 Jan 2018 18:24:48 +0000 (18:24 +0000)
committerGuenter Roeck <linux@roeck-us.net>
Wed, 17 Jan 2018 22:51:12 +0000 (14:51 -0800)
commitccffe776700343fbd127c8624d9962ebea1bfbb7
treed257ea8559dcfb3305877ee50f8a5249eb10a3b9
parent0c4c5860e9983eb3da7a3d73ca987643c3ed034b
hwmon: (lm75) Fix trailing semicolon

The trailing semicolon is an empty statement that does no operation.
Removing it since it doesn't do anything.

Signed-off-by: Luis de Bethencourt <luisbg@kernel.org>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/lm75.c