[MTD] [NAND] Add kernel-doc for cellinfo field of struct nand_chip
authorRandy Dunlap <randy.dunlap@oracle.com>
Tue, 6 Feb 2007 00:28:59 +0000 (16:28 -0800)
committerDavid Woodhouse <dwmw2@infradead.org>
Fri, 9 Feb 2007 11:43:19 +0000 (11:43 +0000)
Fixes kernel-doc warning in mtd/nand.h.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
include/linux/mtd/nand.h

index 2071b02..9752388 100644 (file)
@@ -343,6 +343,7 @@ struct nand_buffers {
  * @options:           [BOARDSPECIFIC] various chip options. They can partly be set to inform nand_scan about
  *                     special functionality. See the defines for further explanation
  * @badblockpos:       [INTERN] position of the bad block marker in the oob area
+ * @cellinfo:          [INTERN] MLC/multichip data from chip ident
  * @numchips:          [INTERN] number of physical chips
  * @chipsize:          [INTERN] the size of one chip for multichip arrays
  * @pagemask:          [INTERN] page number mask = number of (pages / chip) - 1