]> git.sur5r.net Git - openocd/blobdiff - src/flash/nand/driver.h
NOR/CFI: use bus_width for memory access in cfi_write()
[openocd] / src / flash / nand / driver.h
index 545a731ba25e374ee359d509595a73eb67da9e1b..fe73e906a04ac0afadf342dacf09b0397a75bf76 100644 (file)
@@ -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);