mtd: fix kernel-doc warning in include/linux/mtd/nand.h
Linux-MTD Mailing List
linux-mtd at lists.infradead.org
Sat Sep 29 10:59:09 EDT 2012
Gitweb: http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=25806d3cd2d3214225a86ade366364d4d9a911eb
Commit: 25806d3cd2d3214225a86ade366364d4d9a911eb
Parent: c51803ddba10d80d9f246066802c6e359cf1d44c
Author: Randy Dunlap <rdunlap at xenotime.net>
AuthorDate: Sat Aug 18 17:41:35 2012 -0700
Committer: David Woodhouse <David.Woodhouse at intel.com>
CommitDate: Sat Sep 29 15:06:22 2012 +0100
mtd: fix kernel-doc warning in include/linux/mtd/nand.h
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>
Acked-by: Brian Norris <computersforpeace at gmail.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy at linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse at intel.com>
---
include/linux/mtd/nand.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h
index 1d90e4f..6bdad33 100644
--- a/include/linux/mtd/nand.h
+++ b/include/linux/mtd/nand.h
@@ -630,6 +630,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-cvs
mailing list