projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a86608
)
objtool: Remove unneeded semicolon
author
Chen Ni
<nichen@iscas.ac.cn>
Mon, 7 Apr 2025 07:54:05 +0000
(15:54 +0800)
committer
Josh Poimboeuf
<jpoimboe@kernel.org>
Tue, 14 Oct 2025 21:45:20 +0000
(14:45 -0700)
Remove unnecessary semicolons reported by Coccinelle/coccicheck and the
semantic patch at scripts/coccinelle/misc/semicolon.cocci.
Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org>
tools/objtool/builtin-check.c
patch
|
blob
|
history
diff --git
a/tools/objtool/builtin-check.c
b/tools/objtool/builtin-check.c
index
0f6b197
..
fcd4a65
100644
(file)
--- a/
tools/objtool/builtin-check.c
+++ b/
tools/objtool/builtin-check.c
@@
-243,7
+243,7
@@
static void save_argv(int argc, const char **argv)
ERROR_GLIBC("strdup(%s)", argv[i]);
exit(1);
}
- }
;
+ }
}
void print_args(void)