Commit cb4487d2 authored by Jiapeng Chong's avatar Jiapeng Chong Committed by Daniel Lezcano
Browse files

tools/thermal: remove unneeded semicolon



Fix the following coccicheck warnings:

./tools/thermal/thermometer/thermometer.c:147:3-4: Unneeded semicolon.

Reported-by: default avatarAbaci Robot <abaci@linux.alibaba.com>
Signed-off-by: default avatarJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Link: https://lore.kernel.org/r/20220427030619.81556-2-jiapeng.chong@linux.alibaba.com


Signed-off-by: default avatarDaniel Lezcano <daniel.lezcano@linaro.org>
parent f21b57eb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -144,7 +144,7 @@ static int configuration_init(const char *path, struct configuration *config)
		if (!node) {
			ERROR("Missing node name '%d'\n", i);
			return -1;
		};
		}

		if (!config_setting_lookup_string(node, "name", &name)) {
			ERROR("Thermal zone name not found\n");