Re: [PATCH] KVM/X86: Make kvm_vcpu_reload_apic_access_page() static

From: Sean Christopherson
Date: Tue Dec 21 2021 - 11:15:54 EST


On Sun, Dec 19, 2021, Quanfa Fu wrote:
> Make kvm_vcpu_reload_apic_access_page() static
> as it is no longer invoked directly by vmx
> and it is also no longer exported.

Nit, in the future, please wrap closer to 75 chars, there's no need for this to
be spread out over three lines, e.g.

Make kvm_vcpu_reload_apic_access_page() static as it is no longer invoked
directly by vmx and it is also no longer exported.

> No functional change intended.
>
> Signed-off-by: Quanfa Fu <quanfafu@xxxxxxxxx>
> ---

Reviewed-by: Sean Christopherson <seanjc@xxxxxxxxxx>