KVM: arm/arm64: vgic: Remove spurious semicolons

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>
このコミットが含まれているのは:
Marc Zyngier
2019-08-25 10:44:17 +01:00
コミット 926c61568d

ファイルの表示

@@ -510,7 +510,7 @@ int kvm_vgic_hyp_init(void)
break;
default:
ret = -ENODEV;
};
}
if (ret)
return ret;