aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mtd/nand.h
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@xenotime.net>2012-08-18 20:41:35 -0400
committerDavid Woodhouse <David.Woodhouse@intel.com>2012-09-29 10:06:22 -0400
commit25806d3cd2d3214225a86ade366364d4d9a911eb (patch)
treec92d4d3941cbf83c827da207c5f5271ecbc8d362 /include/linux/mtd/nand.h
parentc51803ddba10d80d9f246066802c6e359cf1d44c (diff)
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@xenotime.net> Acked-by: Brian Norris <computersforpeace@gmail.com> Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'include/linux/mtd/nand.h')
-rw-r--r--include/linux/mtd/nand.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h
index 1d90e4f82bcf..6bdad331cee4 100644
--- a/include/linux/mtd/nand.h
+++ b/include/linux/mtd/nand.h
@@ -630,6 +630,7 @@ struct platform_device;
630 * ALE/CLE/nCE. Also used to write command and address 630 * ALE/CLE/nCE. Also used to write command and address
631 * @write_buf: platform specific function for write buffer 631 * @write_buf: platform specific function for write buffer
632 * @read_buf: platform specific function for read buffer 632 * @read_buf: platform specific function for read buffer
633 * @read_byte: platform specific function to read one byte from chip
633 * @priv: private data to transport driver specific settings 634 * @priv: private data to transport driver specific settings
634 * 635 *
635 * All fields are optional and depend on the hardware driver requirements 636 * All fields are optional and depend on the hardware driver requirements