Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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@iscas.ac.cn>
Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org>

authored by

Chen Ni and committed by
Josh Poimboeuf
2e985fdb 3a866087

+1 -1
+1 -1
tools/objtool/builtin-check.c
··· 243 243 ERROR_GLIBC("strdup(%s)", argv[i]); 244 244 exit(1); 245 245 } 246 - }; 246 + } 247 247 } 248 248 249 249 void print_args(void)