]> 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)
commit5f8ea5459feff0d61238c7a8aef5808a7ab92d0e
treee8b5a76cd84cba6daec8e562e4af761ccab7bb51
parentf80b71bb3004a2ae6946c05be7f56a929ebf10d7
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