Messages in this thread Patch in this message |  | | Date | Wed, 31 Jan 2007 20:41:13 -0800 | From | Randy Dunlap <> | Subject | [PATCH] MTD: add missing kernel-doc item |
| |
From: Randy Dunlap <randy.dunlap@oracle.com>
Fix kernel-doc warning in mtd/nand.h.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> --- include/linux/mtd/nand.h | 1 + 1 file changed, 1 insertion(+)
--- linux-2620-rc7.orig/include/linux/mtd/nand.h +++ linux-2620-rc7/include/linux/mtd/nand.h @@ -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: MLC/multichip data (newer devices have more ID bytes) * @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 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |