Skip to content

Commit

Permalink
mm: fix kunmap_high() comment
Browse files Browse the repository at this point in the history
Signed-off-by: Li Haifeng <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
tek-life authored and torvalds committed Nov 1, 2011
1 parent d43a87e commit 4e9dc5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/highmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4e9dc5d

Please sign in to comment.