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 <colin.i.king@gmail.com> Signed-off-by: Anup Patel <anup@brainfault.org> Link: https://lore.kernel.org/r/20240315092914.2431214-1-colin.i.king@gmail.com
1 parent 5448d92 commit 7fd99b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)