public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] MTD: fix kernel-doc warning in include/linux/mtd/nand.h
@ 2012-08-19  0:41 Randy Dunlap
  2012-08-24 22:06 ` Brian Norris
  2012-08-25 11:01 ` Artem Bityutskiy
  0 siblings, 2 replies; 3+ messages in thread
From: Randy Dunlap @ 2012-08-19  0:41 UTC (permalink / raw)
  To: linux-mtd, David Woodhouse

From: Randy Dunlap <rdunlap@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@xenotime.net>
Cc:	David Woodhouse <dwmw2@infradead.org>
Cc:	linux-mtd@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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-08-25 11:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-19  0:41 [PATCH] MTD: fix kernel-doc warning in include/linux/mtd/nand.h Randy Dunlap
2012-08-24 22:06 ` Brian Norris
2012-08-25 11:01 ` Artem Bityutskiy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox