From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Subject: 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/a66fe492-518c-ad6c-5f03-5e8b721fb451@xxxxxxxxxxxxx Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/filemap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN mm/filemap.c~mm-fix-filemapc-kernel-doc-warnings mm/filemap.c --- a/mm/filemap.c~mm-fix-filemapc-kernel-doc-warnings +++ a/mm/filemap.c @@ -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) { _ -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html