The patch titled fix filemap.c kernel-doc has been added to the -mm tree. Its filename is fix-filemapc-kernel-doc.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: fix filemap.c kernel-doc From: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Fix kernel-doc warning: Warning(linux-2.6.23-rc1-mm1//mm/filemap.c:864): No description found for parameter 'ra' Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/filemap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN mm/filemap.c~fix-filemapc-kernel-doc mm/filemap.c --- a/mm/filemap.c~fix-filemapc-kernel-doc +++ a/mm/filemap.c @@ -843,7 +843,7 @@ static void shrink_readahead_size_eio(st /** * do_generic_mapping_read - generic file read routine * @mapping: address_space to be read - * @_ra: file's readahead state + * @ra: file's readahead state * @filp: the file to read * @ppos: current file position * @desc: read_descriptor _ Patches currently in -mm which might be from randy.dunlap@xxxxxxxxxx are origin.patch update-dontdiff-file.patch kernel-doc-fixes-for-pci-and-drivers-base.patch x86-64-calgary-fix-section-mismatch-warnings-in-tce.patch various-doc-kernel-parameters-fixes.patch pnp-fix-kernel-doc-warnings.patch sched-fix-kernel-doc-warnings.patch fix-filemapc-kernel-doc.patch git-acpi.patch git-mtd.patch git-net.patch aha152x-in-debug-mode.patch git-unionfs.patch git-ipwireless_cs.patch fix-kgdb-kernel-doc.patch security-convert-lsm-into-a-static-interface-fix-2-fix.patch doc-kernel-parameters-use-x86-32-tag-instead-of-ia-32.patch i2ch-kernel-doc-additions.patch irqh-fix-kernel-doc.patch docbook-bad-file-references.patch kthread-silence-bogus-section-mismatch-warning.patch profile-likely-unlikely-macros.patch fix-auditscc-kernel-doc.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