mtd: fix linux/mtd/nand.h kernel-doc warning
Linux-MTD Mailing List
linux-mtd at lists.infradead.org
Wed Oct 15 23:59:01 PDT 2014
Gitweb: http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=7b7d8982f0169d5ac67c6c2877449fb7f6968cac
Commit: 7b7d8982f0169d5ac67c6c2877449fb7f6968cac
Parent: a35571058ec8e7c82dceea90cdecead51674f963
Author: Randy Dunlap <rdunlap at infradead.org>
AuthorDate: Sun Jul 27 14:31:53 2014 -0700
Committer: Brian Norris <computersforpeace at gmail.com>
CommitDate: Tue Aug 19 11:53:06 2014 -0700
mtd: fix linux/mtd/nand.h kernel-doc warning
Fix kernel-doc warning in <linux/mtd/nand.h>:
Warning(..//include/linux/mtd/nand.h:795): No description found for parameter 'ecc'
Signed-off-by: Randy Dunlap <rdunlap at infradead.org>
Cc: David Woodhouse <dwmw2 at infradead.org>
Cc: Brian Norris <computersforpeace at gmail.com>
Cc: linux-mtd at lists.infradead.org
Signed-off-by: Brian Norris <computersforpeace at gmail.com>
---
include/linux/mtd/nand.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h
index 3083c53..b7c1199 100644
--- a/include/linux/mtd/nand.h
+++ b/include/linux/mtd/nand.h
@@ -766,6 +766,7 @@ struct nand_chip {
* @options: stores various chip bit options
* @id_len: The valid length of the @id.
* @oobsize: OOB size
+ * @ecc: ECC correctability and step information from the datasheet.
* @ecc.strength_ds: The ECC correctability from the datasheet, same as the
* @ecc_strength_ds in nand_chip{}.
* @ecc.step_ds: The ECC step required by the @ecc.strength_ds, same as the
More information about the linux-mtd-cvs
mailing list