The patch titled MTD: fix last kernel-doc warning has been added to the -mm tree. Its filename is mtd-fix-last-kernel-doc-warning.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: MTD: fix last kernel-doc warning From: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Fix the last current kernel-doc warning: Warning(/var/linsrc/linux-2619-rc3g5//include/linux/mtd/nand.h:416): No description found for parameter 'write_page' Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- include/linux/mtd/nand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN include/linux/mtd/nand.h~mtd-fix-last-kernel-doc-warning include/linux/mtd/nand.h --- a/include/linux/mtd/nand.h~mtd-fix-last-kernel-doc-warning +++ a/include/linux/mtd/nand.h @@ -355,7 +355,7 @@ struct nand_buffers { * @priv: [OPTIONAL] pointer to private chip date * @errstat: [OPTIONAL] hardware specific function to perform additional error status checks * (determine if errors are correctable) - * @write_page [REPLACEABLE] High-level page write function + * @write_page: [REPLACEABLE] High-level page write function */ struct nand_chip { _ Patches currently in -mm which might be from randy.dunlap@xxxxxxxxxx are origin.patch ndiswrapper-dont-set-the-module-taints-flags.patch mtd-fix-last-kernel-doc-warning.patch git-acpi.patch pvrusb2-use-null-instead-of-0.patch git-ieee1394.patch mtd-fix-printk-format-warning.patch git-net.patch com20020-build-fix.patch parisc-fix-module_param-iommu-permission.patch pci-i386-style-cleanups.patch tifm-fix-null-ptr-and-style.patch kconfig-printk_time-depends-on-printk.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