]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9ab583b976b73784871d37664ebfb93c8ef7acf0
treee8b5a76cd84cba6daec8e562e4af761ccab7bb51
parent43bd07867ed4114be9d5ea38a09b7284485a9c0a
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