diff options
author | Li Haifeng <omycle@gmail.com> | 2011-10-31 20:09:09 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-10-31 20:30:49 -0400 |
commit | 4e9dc5df46001510ebd3b3e54faa650f474e51a3 (patch) | |
tree | a774cae0bbf399401c6d3068859e4a8fe36ee121 /mm/highmem.c | |
parent | d43a87e68e9e71d2987a29cc239acec4e8f410c9 (diff) |
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>
Diffstat (limited to 'mm/highmem.c')
-rw-r--r-- | mm/highmem.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
250 | #endif | 250 | #endif |
251 | 251 | ||
252 | /** | 252 | /** |
253 | * kunmap_high - map a highmem page into memory | 253 | * kunmap_high - unmap a highmem page into memory |
254 | * @page: &struct page to unmap | 254 | * @page: &struct page to unmap |
255 | * | 255 | * |
256 | * If ARCH_NEEDS_KMAP_HIGH_GET is not defined then this may be called | 256 | * If ARCH_NEEDS_KMAP_HIGH_GET is not defined then this may be called |