Re: [PATCH] KVM: selftests: riscv: Remove unneeded semicolon

From: Anup Patel
Date: Mon May 09 2022 - 01:11:31 EST


On Fri, May 6, 2022 at 3:15 PM Jiapeng Chong
<jiapeng.chong@xxxxxxxxxxxxxxxxx> wrote:
>
> Fix the following coccicheck warnings:
>
> ./tools/testing/selftests/kvm/lib/riscv/processor.c:353:3-4: Unneeded
> semicolon.
>
> Reported-by: Abaci Robot <abaci@xxxxxxxxxxxxxxxxx>
> Signed-off-by: Jiapeng Chong <jiapeng.chong@xxxxxxxxxxxxxxxxx>

In future, please CC kvm-riscv@xxxxxxxxxxxxxxxxxxx for KVM RISC-V related
patches.

I have queued this patch for 5.19

Thanks,
Anup

> ---
> tools/testing/selftests/kvm/lib/riscv/processor.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/testing/selftests/kvm/lib/riscv/processor.c b/tools/testing/selftests/kvm/lib/riscv/processor.c
> index 3961487a4870..e17333518af2 100644
> --- a/tools/testing/selftests/kvm/lib/riscv/processor.c
> +++ b/tools/testing/selftests/kvm/lib/riscv/processor.c
> @@ -350,7 +350,7 @@ void vcpu_args_set(struct kvm_vm *vm, uint32_t vcpuid, unsigned int num, ...)
> case 7:
> id = RISCV_CORE_REG(regs.a7);
> break;
> - };
> + }
> set_reg(vm, vcpuid, id, va_arg(ap, uint64_t));
> }
>
> --
> 2.20.1.7.g153144c
>