Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 697f619f authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds
Browse files

filemap: fix kernel-doc warnings



Fix filemap.c kernel-doc warnings:

Warning(mm/filemap.c:575): No description found for parameter 'page'
Warning(mm/filemap.c:575): No description found for parameter 'waiter'

Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 5dec8bfb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -567,8 +567,8 @@ EXPORT_SYMBOL(wait_on_page_bit);

/**
 * add_page_wait_queue - Add an arbitrary waiter to a page's wait queue
 * @page - Page defining the wait queue of interest
 * @waiter - Waiter to add to the queue
 * @page: Page defining the wait queue of interest
 * @waiter: Waiter to add to the queue
 *
 * Add an arbitrary @waiter to the wait queue for the nominated @page.
 */