From: Randy Dunlap Date: Wed, 15 Jun 2011 22:08:09 +0000 (-0700) Subject: mm/memory.c: fix kernel-doc notation X-Git-Tag: upstream/snapshot3+hdmi~9913 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0164f69d0cf1a6abbc936851f5b72ece92187cda;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git mm/memory.c: fix kernel-doc notation Fix new kernel-doc warnings in mm/memory.c: Warning(mm/memory.c:1327): No description found for parameter 'tlb' Warning(mm/memory.c:1327): Excess function parameter 'tlbp' description in 'unmap_vmas' 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 6953d39..b13e7db 100644 --- a/mm/memory.c +++ b/mm/memory.c @@ -1296,7 +1296,7 @@ static unsigned long unmap_page_range(struct mmu_gather *tlb, /** * unmap_vmas - unmap a range of memory covered by a list of vma's - * @tlbp: address of the caller's struct mmu_gather + * @tlb: address of the caller's struct mmu_gather * @vma: the starting vma * @start_addr: virtual address at which to start unmapping * @end_addr: virtual address at which to end unmapping