[<prev] [next>] [day] [month] [year] [list]
Message-ID: <CAFNq8R4N20tk82FxGK8iiV4A0iKEUWh30mjEtmnM+dHJ1bwQ+A@mail.gmail.com>
Date: Sat, 17 Sep 2011 22:00:13 +0800
From: Li Haifeng <omycle@...il.com>
To: akpm@...ux-foundation.org
Cc: linux-mm@...ck.org, linux-kernel@...r.kernel.org
Subject: [PATCH] mm: Fix the comment the kunmap_high()
Fix the comment of kunmap_high()
Signed-off-by: Li Haifeng <omycle@...il.com>
---
mm/highmem.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/mm/highmem.c b/mm/highmem.c
index 5ef672c..7b2e544 100644
--- a/mm/highmem.c
+++ b/mm/highmem.c
@@ -250,7 +250,7 @@ void *kmap_high_get(struct page *page)
#endif
/**
- * kunmap_high - map a highmem page into memory
+ * kunmap_high - unmap a highmem page from memory
* @page: &struct page to unmap
*
* If ARCH_NEEDS_KMAP_HIGH_GET is not defined then this may be called
--
1.7.0.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists