KVM: arm/arm64: vgic: Remove spurious semicolons
authorMarc Zyngier <maz@kernel.org>
Sun, 25 Aug 2019 09:44:17 +0000 (10:44 +0100)
committerMarc Zyngier <maz@kernel.org>
Sun, 25 Aug 2019 10:02:13 +0000 (11:02 +0100)
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

index 80127ca..9175bfd 100644 (file)
@@ -510,7 +510,7 @@ int kvm_vgic_hyp_init(void)
                break;
        default:
                ret = -ENODEV;
-       };
+       }
 
        if (ret)
                return ret;