Commit 5eccd322 authored by Chen Ni's avatar Chen Ni Committed by Josh Poimboeuf
Browse files

objtool: Remove unneeded semicolon



Remove unnecessary semicolons reported by Coccinelle/coccicheck and the
semantic patch at scripts/coccinelle/misc/semicolon.cocci.

Signed-off-by: default avatarChen Ni <nichen@iscas.ac.cn>
Link: https://patch.msgid.link/20251020020916.1070369-1-nichen@iscas.ac.cn


Signed-off-by: default avatarJosh Poimboeuf <jpoimboe@kernel.org>
parent 0ccf30fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -451,7 +451,7 @@ static const char *demangle_name(struct symbol *sym)
			str[i + 1] = '\0';
			break;
		}
	};
	}

	return str;
}