From 910dd664ceb6faef5e9029e9b0848d7ccc63bf4b Mon Sep 17 00:00:00 2001 From: David Brownell Date: Wed, 9 Dec 2009 10:25:08 -0800 Subject: Comment and doxygen fixes Signed-off-by: David Brownell --- src/flash/nand/driver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/flash/nand') diff --git a/src/flash/nand/driver.h b/src/flash/nand/driver.h index 545a731b..fe73e906 100644 --- a/src/flash/nand/driver.h +++ b/src/flash/nand/driver.h @@ -86,7 +86,7 @@ struct nand_flash_controller /** * Find a NAND flash controller by name. - * @param The name of the NAND controller to find. + * @param name Identifies the NAND controller to find. * @returns The nand_flash_controller named @c name, or NULL if not found. */ struct nand_flash_controller *nand_driver_find_by_name(const char *name); -- cgit v1.2.3