Re: [PATCH] KVM: PPC: Use the arg->size directly for kvm_vm_ioctl_create_spapr_tce

From: Michael Ellerman
Date: Thu Dec 08 2022 - 07:50:50 EST


On Sun, 3 Jul 2022 13:29:32 -0400, Deming Wang wrote:
> Use arg->size directly may be better for code readability.Because, the
> variable of size has not been found for special purpose at present.
> Also,We can reduce the use of a variable.
>
>

Applied to powerpc/next.

[1/1] KVM: PPC: Use the arg->size directly for kvm_vm_ioctl_create_spapr_tce
https://git.kernel.org/powerpc/c/6fa1efeaa6671fb7339a6c62ceeec19e8e787963

cheers