]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
objtool: Remove unneeded semicolon
authorChen Ni <nichen@iscas.ac.cn>
Mon, 7 Apr 2025 07:54:05 +0000 (15:54 +0800)
committerJosh 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

index 0f6b197cfcb032c0a7f44e507c7c52cc50da20ec..fcd4a651789693842ef9c1e7cafd92a2f71db927 100644 (file)
@@ -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)