Commit ffd9eaff authored by Randy Dunlap's avatar Randy Dunlap Committed by Oliver Upton

KVM: arm64: mmu: fix a kernel-doc warning

Use the correct function name in a kernel-doc comment to prevent
a warning:

arch/arm64/kvm/mmu.c:321: warning: expecting prototype for unmap_stage2_range(). Prototype was for __unmap_stage2_range() instead
Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Cc: Marc Zyngier <maz@kernel.org>
Cc: Oliver Upton <oliver.upton@linux.dev>
Cc: James Morse <james.morse@arm.com>
Cc: Suzuki K Poulose <suzuki.poulose@arm.com>
Cc: Zenghui Yu <yuzenghui@huawei.com>
Cc: linux-arm-kernel@lists.infradead.org
Cc: kvmarm@lists.linux.dev
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Will Deacon <will@kernel.org>
Reviewed-by: default avatarSuzuki K Poulose <suzuki.poulose@arm.com>
Reviewed-by: default avatarZenghui Yu <yuzenghui@huawei.com>
Link: https://lore.kernel.org/r/20240117230714.31025-6-rdunlap@infradead.orgSigned-off-by: default avatarOliver Upton <oliver.upton@linux.dev>
parent aa96af24
...@@ -305,7 +305,7 @@ static void invalidate_icache_guest_page(void *va, size_t size) ...@@ -305,7 +305,7 @@ static void invalidate_icache_guest_page(void *va, size_t size)
* does. * does.
*/ */
/** /**
* unmap_stage2_range -- Clear stage2 page table entries to unmap a range * __unmap_stage2_range -- Clear stage2 page table entries to unmap a range
* @mmu: The KVM stage-2 MMU pointer * @mmu: The KVM stage-2 MMU pointer
* @start: The intermediate physical base address of the range to unmap * @start: The intermediate physical base address of the range to unmap
* @size: The size of the area to unmap * @size: The size of the area to unmap
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment