diff options
Diffstat (limited to 'mm/mlock.c')
-rw-r--r-- | mm/mlock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/mlock.c b/mm/mlock.c index f7f54fd2e13f..79398200e423 100644 --- a/mm/mlock.c +++ b/mm/mlock.c | |||
@@ -157,7 +157,7 @@ static void __munlock_isolation_failed(struct page *page) | |||
157 | 157 | ||
158 | /** | 158 | /** |
159 | * munlock_vma_page - munlock a vma page | 159 | * munlock_vma_page - munlock a vma page |
160 | * @page - page to be unlocked, either a normal page or THP page head | 160 | * @page: page to be unlocked, either a normal page or THP page head |
161 | * | 161 | * |
162 | * returns the size of the page as a page mask (0 for normal page, | 162 | * returns the size of the page as a page mask (0 for normal page, |
163 | * HPAGE_PMD_NR - 1 for THP head page) | 163 | * HPAGE_PMD_NR - 1 for THP head page) |