Skip to content

Commit 8706675

Browse files
rddunlaptorvalds
authored andcommitted
mm: fix filemap.c kernel-doc warnings
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/[email protected] Signed-off-by: Randy Dunlap <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent 74d81bf commit 8706675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mm/filemap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1019,7 +1019,7 @@ EXPORT_SYMBOL_GPL(page_endio);
10191019

10201020
/**
10211021
* __lock_page - get a lock on the page, assuming we need to sleep to get it
1022-
* @page: the page to lock
1022+
* @__page: the page to lock
10231023
*/
10241024
void __lock_page(struct page *__page)
10251025
{

0 commit comments

Comments
 (0)