Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

tools/lib/thermal: remove unneeded semicolon

Fix the following coccicheck warnings:

./tools/lib/thermal/commands.c:215:2-3: Unneeded semicolon.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Link: https://lore.kernel.org/r/20220427030619.81556-1-jiapeng.chong@linux.alibaba.com
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>

authored by

Jiapeng Chong and committed by
Daniel Lezcano
f21b57eb e20d136e

+1 -1
+1 -1
tools/lib/thermal/commands.c
··· 212 212 213 213 default: 214 214 return THERMAL_ERROR; 215 - }; 215 + } 216 216 217 217 return ret; 218 218 }