aboutsummaryrefslogtreecommitdiffstats
path: root/mm/gup.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/gup.c')
-rw-r--r--mm/gup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/gup.c b/mm/gup.c
index 7f1c4fb77cfa..fb87aea9edc8 100644
--- a/mm/gup.c
+++ b/mm/gup.c
@@ -1107,7 +1107,7 @@ int __mm_populate(unsigned long start, unsigned long len, int ignore_errors)
1107 * @addr: user address 1107 * @addr: user address
1108 * 1108 *
1109 * Returns struct page pointer of user page pinned for dump, 1109 * Returns struct page pointer of user page pinned for dump,
1110 * to be freed afterwards by page_cache_release() or put_page(). 1110 * to be freed afterwards by put_page().
1111 * 1111 *
1112 * Returns NULL on any kind of failure - a hole must then be inserted into 1112 * Returns NULL on any kind of failure - a hole must then be inserted into
1113 * the corefile, to preserve alignment with its headers; and also returns 1113 * the corefile, to preserve alignment with its headers; and also returns