From patchwork Sun Aug 19 00:41:35 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: MTD: fix kernel-doc warning in include/linux/mtd/nand.h Date: Sat, 18 Aug 2012 14:41:35 -0000 From: "Randy.Dunlap" X-Patchwork-Id: 178506 Message-Id: <5030363F.3010505@xenotime.net> To: linux-mtd@lists.infradead.org, David Woodhouse From: Randy Dunlap Fix kernel-doc warning in : Warning(include/linux/mtd/nand.h:659): No description found for parameter 'read_byte' Signed-off-by: Randy Dunlap Cc: David Woodhouse Cc: linux-mtd@lists.infradead.org Acked-by: Brian Norris --- include/linux/mtd/nand.h | 1 + 1 file changed, 1 insertion(+) --- lnx-36-rc2.orig/include/linux/mtd/nand.h +++ lnx-36-rc2/include/linux/mtd/nand.h @@ -641,6 +641,7 @@ struct platform_device; * ALE/CLE/nCE. Also used to write command and address * @write_buf: platform specific function for write buffer * @read_buf: platform specific function for read buffer + * @read_byte: platform specific function to read one byte from chip * @priv: private data to transport driver specific settings * * All fields are optional and depend on the hardware driver requirements