From: Randy Dunlap Date: Wed, 20 Jun 2012 19:53:02 +0000 (-0700) Subject: mm/memory.c: fix kernel-doc warnings X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=eb4546bbbdb160aff084d50511165f385756af18;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git mm/memory.c: fix kernel-doc warnings Fix kernel-doc warnings in mm/memory.c: Warning(mm/memory.c:1377): No description found for parameter 'start' Warning(mm/memory.c:1377): Excess function parameter 'address' description in 'zap_page_range' Signed-off-by: Randy Dunlap Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/mm/memory.c b/mm/memory.c index 8762c4f915fc..2466d1250231 100644 --- a/mm/memory.c +++ b/mm/memory.c @@ -1374,7 +1374,7 @@ void unmap_vmas(struct mmu_gather *tlb, /** * zap_page_range - remove user pages in a given range * @vma: vm_area_struct holding the applicable pages - * @address: starting address of pages to zap + * @start: starting address of pages to zap * @size: number of bytes to zap * @details: details of nonlinear truncation or shared cache invalidation *