flash/nor/psoc6: fix doxygen comment
Commit64c2e03b23
("flash/nor: improved API of flash_driver.info & fixed buffer overruns") changes the prototype of the function psoc6_get_info() but didn't update the list of parameters in the doxygen comment. Fix the doxygen comment. Change-Id: I1dce018b60d080973c5e351490d4d7baba422d74 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Fixes:64c2e03b23
("flash/nor: improved API of flash_driver.info & fixed buffer overruns") Reviewed-on: https://review.openocd.org/c/openocd/+/6620 Reviewed-by: Tomas Vanek <vanekt@fbl.cz> Tested-by: jenkins
This commit is contained in:
parent
0184ddba18
commit
8a522d96c7
src/flash/nor
|
@ -492,8 +492,7 @@ static const char *protection_to_str(uint8_t protection)
|
||||||
/** ***********************************************************************************************
|
/** ***********************************************************************************************
|
||||||
* @brief psoc6_get_info Displays human-readable information about acquired device
|
* @brief psoc6_get_info Displays human-readable information about acquired device
|
||||||
* @param bank current flash bank
|
* @param bank current flash bank
|
||||||
* @param buf pointer to buffer for human-readable text
|
* @param cmd pointer to command invocation instance
|
||||||
* @param buf_size size of the buffer
|
|
||||||
* @return ERROR_OK in case of success, ERROR_XXX code otherwise
|
* @return ERROR_OK in case of success, ERROR_XXX code otherwise
|
||||||
*************************************************************************************************/
|
*************************************************************************************************/
|
||||||
static int psoc6_get_info(struct flash_bank *bank, struct command_invocation *cmd)
|
static int psoc6_get_info(struct flash_bank *bank, struct command_invocation *cmd)
|
||||||
|
|
Loading…
Reference in New Issue