Skip to content

Commit f21b57e

Browse files
wb-zjp846396dlezcano
authored andcommitted
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>
1 parent e20d136 commit f21b57e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/lib/thermal/commands.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ static int handle_netlink(struct nl_cache_ops *unused,
212212

213213
default:
214214
return THERMAL_ERROR;
215-
};
215+
}
216216

217217
return ret;
218218
}

0 commit comments

Comments
 (0)