From: Li Haifeng Date: Tue, 1 Nov 2011 00:09:09 +0000 (-0700) Subject: mm: fix kunmap_high() comment X-Git-Tag: upstream/snapshot3+hdmi~8868^2~73 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4e9dc5df46001510ebd3b3e54faa650f474e51a3;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git mm: fix kunmap_high() comment Signed-off-by: Li Haifeng Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/mm/highmem.c b/mm/highmem.c index 5ef672c..e159a7b 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