All of lore.kernel.org
 help / color / mirror / Atom feed
From: "thermal-bot for Jiapeng Chong" <tip-bot2@linutronix.de>
To: linux-pm@vger.kernel.org
Cc: Abaci Robot <abaci@linux.alibaba.com>,
	Jiapeng Chong <jiapeng.chong@linux.alibaba.com>,
	Daniel Lezcano <daniel.lezcano@linaro.org>,
	rui.zhang@intel.com, amitk@kernel.org
Subject: [thermal: thermal/next] tools/lib/thermal: remove unneeded semicolon
Date: Thu, 19 May 2022 12:44:12 -0000	[thread overview]
Message-ID: <165296425281.4207.1135914442258082055.tip-bot2@tip-bot2> (raw)
In-Reply-To: <20220427030619.81556-1-jiapeng.chong@linux.alibaba.com>

The following commit has been merged into the thermal/next branch of thermal:

Commit-ID:     f21b57eb12bfe0d38794145f976ca8127d8846db
Gitweb:        https://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git//f21b57eb12bfe0d38794145f976ca8127d8846db
Author:        Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
AuthorDate:    Wed, 27 Apr 2022 11:06:18 +08:00
Committer:     Daniel Lezcano <daniel.lezcano@linaro.org>
CommitterDate: Thu, 19 May 2022 12:11:52 +02:00

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>
---
 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 4e289ca..73d4d4e 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;
 }

      parent reply	other threads:[~2022-05-19 12:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-27  3:06 [PATCH 1/2] tools/lib/thermal: remove unneeded semicolon Jiapeng Chong
2022-04-27  3:06 ` [PATCH 2/2] tools/thermal: " Jiapeng Chong
2022-05-19 12:44   ` [thermal: thermal/next] " thermal-bot for Jiapeng Chong
2022-05-19 12:44 ` thermal-bot for Jiapeng Chong [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=165296425281.4207.1135914442258082055.tip-bot2@tip-bot2 \
    --to=tip-bot2@linutronix.de \
    --cc=abaci@linux.alibaba.com \
    --cc=amitk@kernel.org \
    --cc=daniel.lezcano@linaro.org \
    --cc=jiapeng.chong@linux.alibaba.com \
    --cc=linux-pm@vger.kernel.org \
    --cc=rui.zhang@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.