Skip to content

Commit ffd9eaf

Browse files
rddunlapoupton
authored andcommitted
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: Randy Dunlap <[email protected]> Cc: Marc Zyngier <[email protected]> Cc: Oliver Upton <[email protected]> Cc: James Morse <[email protected]> Cc: Suzuki K Poulose <[email protected]> Cc: Zenghui Yu <[email protected]> Cc: [email protected] Cc: [email protected] Cc: Catalin Marinas <[email protected]> Cc: Will Deacon <[email protected]> Reviewed-by: Suzuki K Poulose <[email protected]> Reviewed-by: Zenghui Yu <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Oliver Upton <[email protected]>
1 parent aa96af2 commit ffd9eaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/kvm/mmu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ static void invalidate_icache_guest_page(void *va, size_t size)
305305
* does.
306306
*/
307307
/**
308-
* unmap_stage2_range -- Clear stage2 page table entries to unmap a range
308+
* __unmap_stage2_range -- Clear stage2 page table entries to unmap a range
309309
* @mmu: The KVM stage-2 MMU pointer
310310
* @start: The intermediate physical base address of the range to unmap
311311
* @size: The size of the area to unmap

0 commit comments

Comments
 (0)