Re: [PATCH v2 05/16] KVM: x86: Remove unused argument in gpc_unmap_khva()

From: Michal Luczaj
Date: Fri Dec 02 2022 - 06:51:57 EST


On 12/2/22 10:28, Like Xu wrote:
> On 14/10/2022 5:12 am, Sean Christopherson wrote:
>> Remove the unused @kvm argument from gpc_unmap_khva().
>
> Nit: the caller kvm_gpc_unmap() can also get rid of the unused @kvm argument.

Right, the initial series cleaned up kvm_gpc_unmap() in a separate patch.
Current iteration removes kvm_gpc_unmap() later in the series:
https://lore.kernel.org/kvm/20221013211234.1318131-12-seanjc@xxxxxxxxxx/

Michal