mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-18 23:54:26 +08:00
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: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
5dec8bfbdd
commit
697f619fc8
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user