diff options
-rw-r--r-- | mm/memory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/memory.c b/mm/memory.c index 6953d3926e01..b13e7dbc399b 100644 --- a/mm/memory.c +++ b/mm/memory.c | |||
@@ -1296,7 +1296,7 @@ static unsigned long unmap_page_range(struct mmu_gather *tlb, | |||
1296 | 1296 | ||
1297 | /** | 1297 | /** |
1298 | * unmap_vmas - unmap a range of memory covered by a list of vma's | 1298 | * unmap_vmas - unmap a range of memory covered by a list of vma's |
1299 | * @tlbp: address of the caller's struct mmu_gather | 1299 | * @tlb: address of the caller's struct mmu_gather |
1300 | * @vma: the starting vma | 1300 | * @vma: the starting vma |
1301 | * @start_addr: virtual address at which to start unmapping | 1301 | * @start_addr: virtual address at which to start unmapping |
1302 | * @end_addr: virtual address at which to end unmapping | 1302 | * @end_addr: virtual address at which to end unmapping |