From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> 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' Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> --- mm/filemap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- lnx-410-rc1.orig/mm/filemap.c +++ lnx-410-rc1/mm/filemap.c @@ -987,7 +987,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, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>