aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mtd
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2014-07-27 17:31:53 -0400
committerBrian Norris <computersforpeace@gmail.com>2014-08-19 14:53:06 -0400
commit7b7d8982f0169d5ac67c6c2877449fb7f6968cac (patch)
treedc59c6b82aa486edadeae9f262b8bc09be619f5b /include/linux/mtd
parenta35571058ec8e7c82dceea90cdecead51674f963 (diff)
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@infradead.org> Cc: David Woodhouse <dwmw2@infradead.org> Cc: Brian Norris <computersforpeace@gmail.com> Cc: linux-mtd@lists.infradead.org Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'include/linux/mtd')
-rw-r--r--include/linux/mtd/nand.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h
index 3083c53e0270..b7c11991cb09 100644
--- a/include/linux/mtd/nand.h
+++ b/include/linux/mtd/nand.h
@@ -766,6 +766,7 @@ struct nand_chip {
766 * @options: stores various chip bit options 766 * @options: stores various chip bit options
767 * @id_len: The valid length of the @id. 767 * @id_len: The valid length of the @id.
768 * @oobsize: OOB size 768 * @oobsize: OOB size
769 * @ecc: ECC correctability and step information from the datasheet.
769 * @ecc.strength_ds: The ECC correctability from the datasheet, same as the 770 * @ecc.strength_ds: The ECC correctability from the datasheet, same as the
770 * @ecc_strength_ds in nand_chip{}. 771 * @ecc_strength_ds in nand_chip{}.
771 * @ecc.step_ds: The ECC step required by the @ecc.strength_ds, same as the 772 * @ecc.step_ds: The ECC step required by the @ecc.strength_ds, same as the