The patch titled fix filemap.c kernel-doc has been removed from the -mm tree. Its filename was fix-filemapc-kernel-doc.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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 git-acpi.patch fix-auditscc-kernel-doc.patch git-mtd.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 profile-likely-unlikely-macros.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