The patch titled From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> has been added to the -mm tree. Its filename is mm-fix-filemapc-kernel-doc-warning.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-fix-filemapc-kernel-doc-warning.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mm-fix-filemapc-kernel-doc-warning.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Add missing kernel-doc notation for function parameter 'gfp_mask' to fix kernel-doc warning. ..//mm/filemap.c:1898: warning: No description found for parameter 'gfp_mask' Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/filemap.c | 1 + 1 file changed, 1 insertion(+) diff -puN mm/filemap.c~mm-fix-filemapc-kernel-doc-warning mm/filemap.c --- a/mm/filemap.c~mm-fix-filemapc-kernel-doc-warning +++ a/mm/filemap.c @@ -1890,6 +1890,7 @@ EXPORT_SYMBOL(generic_file_read_iter); * page_cache_read - adds requested page to the page cache if not already there * @file: file to read * @offset: page index + * @gfp_mask: memory allocation flags * * This adds the requested page to the page cache if it isn't already there, * and schedules an I/O to read in its contents from disk. _ Patches currently in -mm which might be from rdunlap@xxxxxxxxxxxxx are mm-fix-filemapc-kernel-doc-warning.patch -- 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