KVM: PPC: Fix documentation for ppc mmu caps
authorJoel Stanley <joel@jms.id.au>
Tue, 11 Apr 2023 06:14:46 +0000 (15:44 +0930)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 7 May 2024 15:28:00 +0000 (01:28 +1000)
commit651d61bc8b7d8bb622cfc24be2ee92eebb4ed3cc
treea463a19871900d71d301d61fdec715a719d2dec5
parenta9c08bcd3179a59998d6339505d0010b82cbcb93
KVM: PPC: Fix documentation for ppc mmu caps

The documentation mentions KVM_CAP_PPC_RADIX_MMU, but the defines in the
kvm headers spell it KVM_CAP_PPC_MMU_RADIX. Similarly with
KVM_CAP_PPC_MMU_HASH_V3.

Fixes: c92701322711 ("KVM: PPC: Book3S HV: Add userspace interfaces for POWER9 MMU")
Signed-off-by: Joel Stanley <joel@jms.id.au>
Acked-by: Paul Mackerras <paulus@ozlabs.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20230411061446.26324-1-joel@jms.id.au
Documentation/virt/kvm/api.rst
include/uapi/linux/kvm.h
tools/include/uapi/linux/kvm.h