Re: [PATCH 3/5] kvm/kvm_main: The ops pointer variable does not need to be initialized and assigned, it is first allocated a memory address

From: Sean Christopherson
Date: Thu Aug 18 2022 - 19:55:29 EST


Needs a proper shortlog.

On Fri, Aug 12, 2022, Li kunyu wrote:
> The ops pointer variable does not need to be initialized, because it
> first allocates a memory address before it is used.
>
> Signed-off-by: Li kunyu <kunyu@xxxxxxxxxxxx>
> ---

Again, with a fixed shortlog,

Reviewed-by: Sean Christopherson <seanjc@xxxxxxxxxx>