From: Li Haifeng Date: Wed, 28 Sep 2011 00:50:25 +0000 (+1000) Subject: mm: fix kunmap_high() comment X-Git-Tag: next-20110929~2^2~131 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=eb59dec1358eaf874384ab1b504f6c9341e7ada4;p=karo-tx-linux.git mm: fix kunmap_high() comment Signed-off-by: Li Haifeng Signed-off-by: Andrew Morton <> --- diff --git a/mm/highmem.c b/mm/highmem.c index 5ef672c07f75..e159a7b1cc22 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 into memory * @page: &struct page to unmap * * If ARCH_NEEDS_KMAP_HIGH_GET is not defined then this may be called