Skip to content

Commit dba90d6

Browse files
wb-zjp846396avpatel
authored andcommitted
KVM: selftests: riscv: Remove unneeded semicolon
Fix the following coccicheck warnings: ./tools/testing/selftests/kvm/lib/riscv/processor.c:353:3-4: Unneeded semicolon. Reported-by: Abaci Robot <abaci@linux.alibaba.com> Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com> Signed-off-by: Anup Patel <anup@brainfault.org>
1 parent ac6c85e commit dba90d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/testing/selftests/kvm/lib/riscv/processor.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ void vcpu_args_set(struct kvm_vm *vm, uint32_t vcpuid, unsigned int num, ...)
351351
case 7:
352352
id = RISCV_CORE_REG(regs.a7);
353353
break;
354-
};
354+
}
355355
set_reg(vm, vcpuid, id, va_arg(ap, uint64_t));
356356
}
357357

0 commit comments

Comments
 (0)