diff options
-rw-r--r-- | mm/filemap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mm/filemap.c b/mm/filemap.c index 2e2d38ebda4b..8bd498040f32 100644 --- a/mm/filemap.c +++ b/mm/filemap.c | |||
@@ -567,8 +567,8 @@ EXPORT_SYMBOL(wait_on_page_bit); | |||
567 | 567 | ||
568 | /** | 568 | /** |
569 | * add_page_wait_queue - Add an arbitrary waiter to a page's wait queue | 569 | * add_page_wait_queue - Add an arbitrary waiter to a page's wait queue |
570 | * @page - Page defining the wait queue of interest | 570 | * @page: Page defining the wait queue of interest |
571 | * @waiter - Waiter to add to the queue | 571 | * @waiter: Waiter to add to the queue |
572 | * | 572 | * |
573 | * Add an arbitrary @waiter to the wait queue for the nominated @page. | 573 | * Add an arbitrary @waiter to the wait queue for the nominated @page. |
574 | */ | 574 | */ |