From 370f5a19e52793419c148eae45134ced47173310 Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Wed, 20 Jun 2012 12:53:02 -0700 Subject: [PATCH] --- yaml --- r: 311118 b: refs/heads/master c: eb4546bbbdb160aff084d50511165f385756af18 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/mm/memory.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 *