Commit f21b57eb authored by Jiapeng Chong's avatar Jiapeng Chong Committed by Daniel Lezcano

tools/lib/thermal: remove unneeded semicolon

Fix the following coccicheck warnings:

./tools/lib/thermal/commands.c:215:2-3: 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-1-jiapeng.chong@linux.alibaba.comSigned-off-by: default avatarDaniel Lezcano <daniel.lezcano@linaro.org>
parent e20d136e
......@@ -212,7 +212,7 @@ static int handle_netlink(struct nl_cache_ops *unused,
default:
return THERMAL_ERROR;
};
}
return ret;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment