Re: [PATCH 4/5] kvm/kvm_main: The npages variable does not need to be initialized and assigned, it is used after assignment

From: Sean Christopherson
Date: Thu Aug 18 2022 - 19:52:15 EST


Please use "KVM: " for the shortlog scope, and write an actual shortlog. E.g.

KVM: Drop unnecessary initialization of "npages" in hva_to_pfn_slow()

On Fri, Aug 12, 2022, Li kunyu wrote:
> The npages variable does not need to be initialized and assigned, it is
> first assigned before it is used.
>
> Signed-off-by: Li kunyu <kunyu@xxxxxxxxxxxx>
> ---

With a proper shortlog,

Reviewed-by: Sean Christopherson <seanjc@xxxxxxxxxx>