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>
This commit is contained in:
parent
ac6c85e962
commit
dba90d6fb8
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,7 @@ void vcpu_args_set(struct kvm_vm *vm, uint32_t vcpuid, unsigned int num, ...)
|
||||||
case 7:
|
case 7:
|
||||||
id = RISCV_CORE_REG(regs.a7);
|
id = RISCV_CORE_REG(regs.a7);
|
||||||
break;
|
break;
|
||||||
};
|
}
|
||||||
set_reg(vm, vcpuid, id, va_arg(ap, uint64_t));
|
set_reg(vm, vcpuid, id, va_arg(ap, uint64_t));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue