* [PATCH] MTD: add missing kernel-doc item
@ 2007-02-01 4:41 Randy Dunlap
0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2007-02-01 4:41 UTC (permalink / raw)
To: lkml; +Cc: akpm, dwmw2
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-02-01 4:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-01 4:41 [PATCH] MTD: add missing kernel-doc item Randy Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome