Re: [RESEND PATCH v2] kvm: mmu: fix typos in struct kvm_arch

From: Paolo Bonzini
Date: Tue Sep 27 2022 - 10:18:20 EST


On 9/23/22 17:05, Hao Peng wrote:
From: Peng Hao<flyingpeng@xxxxxxxxxxx>

No 'kvmp_mmu_pages', it should be 'kvm_mmu_page'. And
struct kvm_mmu_pages and struct kvm_mmu_page are different structures,
here should be kvm_mmu_page.
kvm_mmu_pages is defined in arch/x86/kvm/mmu/mmu.c.

Suggested-by: David Matlack<dmatlack@xxxxxxxxxx>
Signed-off-by: Peng Hao<flyingpeng@xxxxxxxxxxx>
Reviewed-by: David Matlack<dmatlack@xxxxxxxxxx>
---
arch/x86/include/asm/kvm_host.h | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

Queued, but the patch was broken (it had spaces instead of tabs for indentation).

Paolo