[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <176190864463.2601451.9843790301993405883.tip-bot2@tip-bot2>
Date: Fri, 31 Oct 2025 11:04:04 -0000
From: "tip-bot2 for Chen Ni" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Chen Ni <nichen@...as.ac.cn>, Josh Poimboeuf <jpoimboe@...nel.org>,
x86@...nel.org, linux-kernel@...r.kernel.org
Subject: [tip: objtool/core] objtool: Remove unneeded semicolon
The following commit has been merged into the objtool/core branch of tip:
Commit-ID: 5eccd322390e20ca2385f4a4b34ab60e7258ad48
Gitweb: https://git.kernel.org/tip/5eccd322390e20ca2385f4a4b34ab60e7258ad48
Author: Chen Ni <nichen@...as.ac.cn>
AuthorDate: Mon, 20 Oct 2025 10:09:16 +08:00
Committer: Josh Poimboeuf <jpoimboe@...nel.org>
CommitterDate: Thu, 30 Oct 2025 08:29:46 -07:00
objtool: Remove unneeded semicolon
Remove unnecessary semicolons reported by Coccinelle/coccicheck and the
semantic patch at scripts/coccinelle/misc/semicolon.cocci.
Signed-off-by: Chen Ni <nichen@...as.ac.cn>
Link: https://patch.msgid.link/20251020020916.1070369-1-nichen@iscas.ac.cn
Signed-off-by: Josh Poimboeuf <jpoimboe@...nel.org>
---
tools/objtool/elf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/objtool/elf.c b/tools/objtool/elf.c
index 5feeefc..3f20b25 100644
--- a/tools/objtool/elf.c
+++ b/tools/objtool/elf.c
@@ -451,7 +451,7 @@ static const char *demangle_name(struct symbol *sym)
str[i + 1] = '\0';
break;
}
- };
+ }
return str;
}
Powered by blists - more mailing lists