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

Configure Feed

Select the types of activity you want to include in your feed.

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>
Link: https://patch.msgid.link/20251020020916.1070369-1-nichen@iscas.ac.cn
Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org>

authored by

Chen Ni and committed by
Josh Poimboeuf
5eccd322 0ccf30fc

+1 -1
+1 -1
tools/objtool/elf.c
··· 451 451 str[i + 1] = '\0'; 452 452 break; 453 453 } 454 - }; 454 + } 455 455 456 456 return str; 457 457 }