mm/memory.c: fix kernel-doc notation
authorRandy Dunlap <[email protected]>
Wed, 15 Jun 2011 22:08:09 +0000 (15:08 -0700)
committerLinus Torvalds <[email protected]>
Thu, 16 Jun 2011 03:03:59 +0000 (20:03 -0700)
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 <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/memory.c

index 6953d3926e01e8ad1370304064ec2a0e94ad1ebb..b13e7dbc399b9b5a7758d6cc73726360a39b83f0 100644 (file)
@@ -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