KVM: arm64: Fix doc warnings in mmu code
authorXiaofei Tan <tanxiaofei@huawei.com>
Thu, 17 Sep 2020 01:47:49 +0000 (09:47 +0800)
committerMarc Zyngier <maz@kernel.org>
Fri, 18 Sep 2020 15:18:51 +0000 (16:18 +0100)
commitc9c0279cc02b4e161686de7ccd1973357f29db8c
treee8699d3764ca7d18564ab6e1a304847558fde23f
parentada329e6b5b406f33fae665e62caff7814409906
KVM: arm64: Fix doc warnings in mmu code

Fix following warnings caused by mismatch bewteen function parameters
and comments.
arch/arm64/kvm/mmu.c:128: warning: Function parameter or member 'mmu' not described in '__unmap_stage2_range'
arch/arm64/kvm/mmu.c:128: warning: Function parameter or member 'may_block' not described in '__unmap_stage2_range'
arch/arm64/kvm/mmu.c:128: warning: Excess function parameter 'kvm' description in '__unmap_stage2_range'
arch/arm64/kvm/mmu.c:499: warning: Function parameter or member 'writable' not described in 'kvm_phys_addr_ioremap'
arch/arm64/kvm/mmu.c:538: warning: Function parameter or member 'mmu' not described in 'stage2_wp_range'
arch/arm64/kvm/mmu.c:538: warning: Excess function parameter 'kvm' description in 'stage2_wp_range'

Signed-off-by: Xiaofei Tan <tanxiaofei@huawei.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Acked-by: Will Deacon <will@kernel.org>
Link: https://lore.kernel.org/r/1600307269-50957-1-git-send-email-tanxiaofei@huawei.com
arch/arm64/kvm/mmu.c