flash/nor/psoc6: fix doxygen comment
authorAntonio Borneo <borneo.antonio@gmail.com>
Sat, 2 Oct 2021 12:22:06 +0000 (14:22 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Mon, 25 Oct 2021 16:10:40 +0000 (16:10 +0000)
commit8a522d96c79aed654fc7273c7c5c3f680c91c333
tree648003d1f65c3549df4edce088a646c3a99324c4
parent0184ddba186fa618775865792e1eda9e86d9bb91
flash/nor/psoc6: fix doxygen comment

Commit 64c2e03b23d9 ("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: 64c2e03b23d9 ("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
src/flash/nor/psoc6.c