2022-05-06 20:51:09

by baihaowen

[permalink] [raw]
Subject: [PATCH] tools/thermal: Remove unneeded semicolon

Fixes coccicheck warning:

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

Signed-off-by: Haowen Bai <[email protected]>
---
tools/thermal/thermometer/thermometer.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/thermal/thermometer/thermometer.c b/tools/thermal/thermometer/thermometer.c
index 914986f20a37..1a87a0a77f9f 100644
--- a/tools/thermal/thermometer/thermometer.c
+++ b/tools/thermal/thermometer/thermometer.c
@@ -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");
--
2.7.4



2022-05-09 10:57:20

by Daniel Lezcano

[permalink] [raw]
Subject: Re: [PATCH] tools/thermal: Remove unneeded semicolon

On 06/05/2022 03:50, Haowen Bai wrote:
> Fixes coccicheck warning:
>
> tools/thermal/thermometer/thermometer.c:147:3-4: Unneeded semicolon
>
> Signed-off-by: Haowen Bai <[email protected]>
> ---

Applied, thanks


--
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog