[PATCH] MTD: fix last kernel-doc warning

From: Randy Dunlap
Date: Sat Oct 28 2006 - 23:43:37 EST


From: Randy Dunlap <randy.dunlap@xxxxxxxxxx>

Fix the last current kernel-doc warning:
Warning(/var/linsrc/linux-2619-rc3g5//include/linux/mtd/nand.h:416): No description found for parameter 'write_page'


Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx>
---
include/linux/mtd/nand.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

--- linux-2619-rc3g5.orig/include/linux/mtd/nand.h
+++ linux-2619-rc3g5/include/linux/mtd/nand.h
@@ -355,7 +355,7 @@ struct nand_buffers {
* @priv: [OPTIONAL] pointer to private chip date
* @errstat: [OPTIONAL] hardware specific function to perform additional error status checks
* (determine if errors are correctable)
- * @write_page [REPLACEABLE] High-level page write function
+ * @write_page: [REPLACEABLE] High-level page write function
*/

struct nand_chip {


---
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/