[PATCH] MTD: fix kernel-doc warning in include/linux/mtd/nand.h

Randy Dunlap rdunlap at xenotime.net
Sat Aug 18 20:41:35 EDT 2012


From: Randy Dunlap <rdunlap at xenotime.net>

Fix kernel-doc warning in <linux/mtd/nand.h>:

Warning(include/linux/mtd/nand.h:659): No description found for parameter 'read_byte'

Signed-off-by: Randy Dunlap <rdunlap at xenotime.net>
Cc:	David Woodhouse <dwmw2 at infradead.org>
Cc:	linux-mtd at lists.infradead.org
---
 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



More information about the linux-mtd mailing list