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>