* [PATCH] mtd: fix linux/mtd/nand.h kernel-doc warning
@ 2014-07-27 21:31 Randy Dunlap
2014-08-04 21:25 ` Brian Norris
0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2014-07-27 21:31 UTC (permalink / raw)
To: David Woodhouse, Brian Norris; +Cc: linux-mtd
From: Randy Dunlap <rdunlap@infradead.org>
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
---
include/linux/mtd/nand.h | 1 +
1 file changed, 1 insertion(+)
Index: lnx-316-rc7/include/linux/mtd/nand.h
===================================================================
--- lnx-316-rc7.orig/include/linux/mtd/nand.h
+++ lnx-316-rc7/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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] mtd: fix linux/mtd/nand.h kernel-doc warning
2014-07-27 21:31 [PATCH] mtd: fix linux/mtd/nand.h kernel-doc warning Randy Dunlap
@ 2014-08-04 21:25 ` Brian Norris
0 siblings, 0 replies; 2+ messages in thread
From: Brian Norris @ 2014-08-04 21:25 UTC (permalink / raw)
To: Randy Dunlap; +Cc: linux-mtd, David Woodhouse
On Sun, Jul 27, 2014 at 02:31:53PM -0700, Randy Dunlap wrote:
> From: Randy Dunlap <rdunlap@infradead.org>
>
> 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
Queued to l2-mtd.git/next. Thanks!
Brian
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-08-04 21:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-27 21:31 [PATCH] mtd: fix linux/mtd/nand.h kernel-doc warning Randy Dunlap
2014-08-04 21:25 ` Brian Norris
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).