Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=552a8278d0becd671274af56a11ee601e585387a
Commit:     552a8278d0becd671274af56a11ee601e585387a
Parent:     862c93b991e7132bafb078ec7ab5a0dee9e27ae6
Author:     Randy Dunlap <[EMAIL PROTECTED]>
AuthorDate: Mon Feb 5 16:28:59 2007 -0800
Committer:  David Woodhouse <[EMAIL PROTECTED]>
CommitDate: Fri Feb 9 11:43:19 2007 +0000

    [MTD] [NAND] Add kernel-doc for cellinfo field of struct nand_chip
    
    Fixes kernel-doc warning in mtd/nand.h.
    
    Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]>
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: David Woodhouse <[EMAIL PROTECTED]>
---
 include/linux/mtd/nand.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h
index 2071b02..9752388 100644
--- a/include/linux/mtd/nand.h
+++ b/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:          [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
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to