The patch titled MTD: fix kernel-doc warnings has been removed from the -mm tree. Its filename was mtd-fix-kernel-doc-warnings.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: MTD: fix kernel-doc warnings From: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Fix MTD kernel-doc warnings: Warning(/var/linsrc/linux-2619-rc2g7//include/linux/mtd/nand.h:416): No description found for parameter 'write_page' Warning(/var/linsrc/linux-2619-rc2g7//drivers/mtd/nand/nand_base.c:1485): No description found for parameter 'raw' Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Cc: David Woodhouse <dwmw2@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/mtd/nand/nand_base.c | 1 + include/linux/mtd/nand.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff -puN drivers/mtd/nand/nand_base.c~mtd-fix-kernel-doc-warnings drivers/mtd/nand/nand_base.c --- a/drivers/mtd/nand/nand_base.c~mtd-fix-kernel-doc-warnings +++ a/drivers/mtd/nand/nand_base.c @@ -1476,6 +1476,7 @@ static void nand_write_page_syndrome(str * @buf: the data to write * @page: page number to write * @cached: cached programming + * @raw: use raw write mode */ static int nand_write_page(struct mtd_info *mtd, struct nand_chip *chip, const uint8_t *buf, int page, int cached, int raw) diff -puN include/linux/mtd/nand.h~mtd-fix-kernel-doc-warnings include/linux/mtd/nand.h --- a/include/linux/mtd/nand.h~mtd-fix-kernel-doc-warnings +++ a/include/linux/mtd/nand.h @@ -351,7 +351,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 ext4-fix-printk-format-warnings.patch md-fix-printk-format-warnings-seen-on-powerpc64.patch ioc4-fix-printk-format-warning.patch patch-cciss-fix-printk-format-warning.patch move-sys_hypervisor-inside-the-generic-driver-menu.patch ndiswrapper-dont-set-the-module-taints-flags.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