Skip to content

Commit

Permalink
mm: fix filemap.c kernel-doc warnings
Browse files Browse the repository at this point in the history
Fix kernel-doc warnings in mm/filemap.c:

  mm/filemap.c:993: warning: No description found for parameter '__page'
  mm/filemap.c:993: warning: Excess function parameter 'page' description in '__lock_page'

Link: http://lkml.kernel.org/r/a66fe492-518c-ad6c-5f03-5e8b721fb451@infradead.org
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Feb 23, 2017
1 parent 74d81bf commit 8706675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/filemap.c
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,7 @@ EXPORT_SYMBOL_GPL(page_endio);

/**
* __lock_page - get a lock on the page, assuming we need to sleep to get it
* @page: the page to lock
* @__page: the page to lock
*/
void __lock_page(struct page *__page)
{
Expand Down

0 comments on commit 8706675

Please sign in to comment.