Re: [PATCH 02/01] KVM: x86: Use a typedef for fastop functions
From: linmiaohe
Date: Wed Jan 22 2020 - 01:45:27 EST
Hi:
Sean Christopherson <sean.j.christopherson@xxxxxxxxx> wrote:
> Add a typedef to for the fastop function prototype to make the code more readable.
>
> No functional change intended.
>
> Cc: Miaohe Lin <linmiaohe@xxxxxxxxxx>
> Signed-off-by: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
> ---
>
> Applies on top of Miaohe's patch. Feel free to squash this.
>
> arch/x86/kvm/emulate.c | 14 +++++++-------
Thanks for making the code more readable and clean.
Reviewed-by: Miaohe Lin <linmiaohe@xxxxxxxxxx>