Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[PATCH] MTD: fix last kernel-doc warning

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@oracle.com>
Cc: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Randy Dunlap and committed by
Linus Torvalds
351edd24 f8da1f74

+1 -1
+1 -1
include/linux/mtd/nand.h
··· 355 355 * @priv: [OPTIONAL] pointer to private chip date 356 356 * @errstat: [OPTIONAL] hardware specific function to perform additional error status checks 357 357 * (determine if errors are correctable) 358 - * @write_page [REPLACEABLE] High-level page write function 358 + * @write_page: [REPLACEABLE] High-level page write function 359 359 */ 360 360 361 361 struct nand_chip {