Skip to content

Commit 7fd99b7

Browse files
ColinIanKingavpatel
authored andcommitted
RISC-V: KVM: Remove second semicolon
There is a statement with two semicolons. Remove the second one, it is redundant. Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Anup Patel <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 5448d92 commit 7fd99b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/riscv/kvm/vcpu_onereg.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -986,7 +986,7 @@ static int copy_isa_ext_reg_indices(const struct kvm_vcpu *vcpu,
986986

987987
static inline unsigned long num_isa_ext_regs(const struct kvm_vcpu *vcpu)
988988
{
989-
return copy_isa_ext_reg_indices(vcpu, NULL);;
989+
return copy_isa_ext_reg_indices(vcpu, NULL);
990990
}
991991

992992
static int copy_sbi_ext_reg_indices(struct kvm_vcpu *vcpu, u64 __user *uindices)

0 commit comments

Comments
 (0)