KVM: x86/mmu: Fix kdoc of __handle_changed_spte
authorKai Huang <kai.huang@intel.com>
Mon, 3 May 2021 04:24:46 +0000 (16:24 +1200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 3 May 2021 15:25:39 +0000 (11:25 -0400)
commit7f6231a39117c2781beead59d6ae4923c2703147
treee8b5a76cd84cba6daec8e562e4af761ccab7bb51
parent9d290e16432cacd448475d38dec2753b75b9665f
KVM: x86/mmu: Fix kdoc of __handle_changed_spte

The function name of kdoc of __handle_changed_spte() should be itself,
rather than handle_changed_spte().  Fix the typo.

Signed-off-by: Kai Huang <kai.huang@intel.com>
Message-Id: <20210503042446.154695-1-kai.huang@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/mmu/tdp_mmu.c