The patch titled MTD: fix kernel-doc warnings has been added to the -mm tree. Its filename is mtd-fix-kernel-doc-warnings.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 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 git-ieee1394.patch mtd-fix-kernel-doc-warnings.patch com20020-build-fix.patch pci-i386-style-cleanups.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