diff options
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 |