]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
KVM: arm64: Remove unreachable break after return
authorOsama Abdelkader <osama.abdelkader@gmail.com>
Tue, 30 Sep 2025 13:56:21 +0000 (16:56 +0300)
committerMarc Zyngier <maz@kernel.org>
Mon, 13 Oct 2025 13:17:03 +0000 (14:17 +0100)
commit05a02490faeb952f1c8d2f5c38346fa0a717a483
tree18dbbd7a99bb13ad09119f6f8bdd336572a965ae
parenta133052666bed0dc0b169952e9d3f9e6b2125f9a
KVM: arm64: Remove unreachable break after return

Remove an unnecessary 'break' statement that follows a 'return'
in arch/arm64/kvm/at.c. The break is unreachable.

Signed-off-by: Osama Abdelkader <osama.abdelkader@gmail.com>
Reviewed-by: Zenghui Yu <yuzenghui@huawei.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
arch/arm64/kvm/at.c