]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
mm/gup.c: fix the comment of return value for populate_vma_page_range()
authorTang Yizhou <tangyizhou@huawei.com>
Fri, 7 Aug 2020 06:20:01 +0000 (23:20 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 7 Aug 2020 18:33:23 +0000 (11:33 -0700)
commit0a36f7f85e69ce248a89634b2d386600bc4c637b
tree563cdcb670df2f25304b4812b7a76d7025847052
parent605cad8343721c4a53e80f87d5b1161baf1a7d2b
mm/gup.c: fix the comment of return value for populate_vma_page_range()

The return value of populate_vma_page_range() is consistent with
__get_user_pages(), and so is the function comment of return value.

Signed-off-by: Tang Yizhou <tangyizhou@huawei.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: Ira Weiny <ira.weiny@intel.com>
Link: http://lkml.kernel.org/r/20200720034303.29920-1-tangyizhou@huawei.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/gup.c