KVM: x86/mmu: Drop the "p is for pointer" from rmap helpers
authorSean Christopherson <seanjc@google.com>
Fri, 15 Jul 2022 22:42:22 +0000 (22:42 +0000)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 28 Jul 2022 17:22:16 +0000 (13:22 -0400)
commitaed02fe3cae41c4f9a5f31390b198025bfc9cf88
treef3559426595b97a93db568c7ba0f03f7ec99aff2
parenta42989e7fbb0186d9fee05b29e0ea9cb639d0bd3
KVM: x86/mmu: Drop the "p is for pointer" from rmap helpers

Drop the trailing "p" from rmap helpers, i.e. rename functions to simply
be kvm_<action>_rmap().  Declaring that a function takes a pointer is
completely unnecessary and goes against kernel style.

No functional change intended.

Signed-off-by: Sean Christopherson <seanjc@google.com>
Message-Id: <20220715224226.3749507-4-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/mmu/mmu.c