X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fflash%2Fnand%2Fdriver.h;h=fe73e906a04ac0afadf342dacf09b0397a75bf76;hb=34f70956ed31c2739d34bae23fa6ca620e5299f8;hp=545a731ba25e374ee359d509595a73eb67da9e1b;hpb=a7fd30c07fb9c2b7662ffaa48287b1997dc60796;p=openocd 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);