[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220427030619.81556-1-jiapeng.chong@linux.alibaba.com>
Date: Wed, 27 Apr 2022 11:06:18 +0800
From: Jiapeng Chong <jiapeng.chong@...ux.alibaba.com>
To: rafael@...nel.org
Cc: daniel.lezcano@...aro.org, amitk@...nel.org, rui.zhang@...el.com,
linux-pm@...r.kernel.org, linux-kernel@...r.kernel.org,
Jiapeng Chong <jiapeng.chong@...ux.alibaba.com>,
Abaci Robot <abaci@...ux.alibaba.com>
Subject: [PATCH 1/2] 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@...ux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@...ux.alibaba.com>
---
tools/lib/thermal/commands.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/lib/thermal/commands.c b/tools/lib/thermal/commands.c
index 4e289ca1e5f3..73d4d4e8d6ec 100644
--- a/tools/lib/thermal/commands.c
+++ b/tools/lib/thermal/commands.c
@@ -212,7 +212,7 @@ static int handle_netlink(struct nl_cache_ops *unused,
default:
return THERMAL_ERROR;
- };
+ }
return ret;
}
--
2.20.1.7.g153144c
Powered by blists - more mailing lists