X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fflash%2Fnand%2Fdriver.h;h=d49b943407acc0af578a88594e7a49ee480ae265;hb=87a9ee3625c942d86db76b2d9be67c9e17e3bd63;hp=caf32197e2c4a6453a581c6e9ba58975ee31a164;hpb=fab0dcd7e6cb8cfbf63cb41f0978902371d30205;p=openocd.git diff --git a/src/flash/nand/driver.h b/src/flash/nand/driver.h index caf32197e2..d49b943407 100644 --- a/src/flash/nand/driver.h +++ b/src/flash/nand/driver.h @@ -90,7 +90,7 @@ struct nand_flash_controller { */ struct nand_flash_controller *nand_driver_find_by_name(const char *name); -/* / Signature for callback functions passed to nand_driver_walk */ +/** Signature for callback functions passed to nand_driver_walk */ typedef int (*nand_driver_walker_t)(struct nand_flash_controller *c, void *); /** * Walk the list of drivers, encapsulating the data structure type.