[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20070131204113.1dcdab8b.randy.dunlap@oracle.com>
Date: Wed, 31 Jan 2007 20:41:13 -0800
From: Randy Dunlap <randy.dunlap@...cle.com>
To: lkml <linux-kernel@...r.kernel.org>
Cc: akpm <akpm@...l.org>, dwmw2@...radead.org
Subject: [PATCH] MTD: add missing kernel-doc item
From: Randy Dunlap <randy.dunlap@...cle.com>
Fix kernel-doc warning in mtd/nand.h.
Signed-off-by: Randy Dunlap <randy.dunlap@...cle.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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists