mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
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>
This commit is contained in:
committed by
Linus Torvalds
parent
d43a87e68e
commit
4e9dc5df46
@@ -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
|
||||||
|
Reference in New Issue
Block a user