diff options
Diffstat (limited to 'mm/gup.c')
-rw-r--r-- | mm/gup.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |