KVM: x86/mmu: Remove underscores from __pte_list_remove()
authorSean Christopherson <seanjc@google.com>
Fri, 15 Jul 2022 22:42:26 +0000 (22:42 +0000)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 28 Jul 2022 17:22:18 +0000 (13:22 -0400)
commit3c2e10373ec73cdd78411a28a14a9abb9da1bef6
tree1f4b45991cae6c09c712acb0b276828ea3d9e492
parent9202aee816c84d69179f94193c5dd321bb0e8530
KVM: x86/mmu: Remove underscores from __pte_list_remove()

Remove the underscores from __pte_list_remove(), the function formerly
known as pte_list_remove() is now named kvm_zap_one_rmap_spte() to show
that it zaps rmaps/PTEs, i.e. doesn't just remove an entry from a list.

No functional change intended.

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