Skip to content

Commit

Permalink
KVM: arm/arm64: vgic: Remove spurious semicolons
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Marc Zyngier committed Aug 25, 2019
1 parent 07ab0f8 commit 926c615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virt/kvm/arm/vgic/vgic-init.c
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ int kvm_vgic_hyp_init(void)
break;
default:
ret = -ENODEV;
};
}

if (ret)
return ret;
Expand Down

0 comments on commit 926c615

Please sign in to comment.