瀏覽代碼

mm: fix kunmap_high() comment

Signed-off-by: Li Haifeng <omycle@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Li Haifeng 13 年之前
父節點
當前提交
4e9dc5df46
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mm/highmem.c

+ 1 - 1
mm/highmem.c

@@ -250,7 +250,7 @@ void *kmap_high_get(struct page *page)
 #endif
 #endif
 
 
 /**
 /**
- * kunmap_high - map a highmem page into memory
+ * kunmap_high - unmap a highmem page into memory
  * @page: &struct page to unmap
  * @page: &struct page to unmap
  *
  *
  * If ARCH_NEEDS_KMAP_HIGH_GET is not defined then this may be called
  * If ARCH_NEEDS_KMAP_HIGH_GET is not defined then this may be called