diff mbox series

[14/17] KVM: arm/arm64: vgic: Remove spurious semicolons

Message ID 20190909134807.27978-15-maz@kernel.org (mailing list archive)
State New, archived
Headers show
Series [01/17] KVM: arm/arm64: vgic: Add LPI translation cache definition | expand

Commit Message

Marc Zyngier Sept. 9, 2019, 1:48 p.m. UTC
Detected by Coccinelle (and Will Deacon) using
scripts/coccinelle/misc/semicolon.cocci.

Reported-by: Will Deacon <will@kernel.org>
Signed-off-by: Marc Zyngier <maz@kernel.org>
---
 virt/kvm/arm/vgic/vgic-init.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/virt/kvm/arm/vgic/vgic-init.c b/virt/kvm/arm/vgic/vgic-init.c
index 80127ca9269f..9175bfd83263 100644
--- a/virt/kvm/arm/vgic/vgic-init.c
+++ b/virt/kvm/arm/vgic/vgic-init.c
@@ -510,7 +510,7 @@  int kvm_vgic_hyp_init(void)
 		break;
 	default:
 		ret = -ENODEV;
-	};
+	}
 
 	if (ret)
 		return ret;