diff --git a/[refs] b/[refs] index 1a148f353fd7..7fc443957307 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: dad7557eb705688040aac134efa5418b66d5ed92 +refs/heads/master: eb4546bbbdb160aff084d50511165f385756af18 diff --git a/trunk/mm/memory.c b/trunk/mm/memory.c index 8762c4f915fc..2466d1250231 100644 --- a/trunk/mm/memory.c +++ b/trunk/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 *