]> git.gag.com Git - fw/openocd/commit
openocd: use single line for register_commands*()
authorAntonio Borneo <borneo.antonio@gmail.com>
Mon, 8 Nov 2021 23:04:52 +0000 (00:04 +0100)
committerAntonio Borneo <borneo.antonio@gmail.com>
Tue, 23 Nov 2021 11:03:38 +0000 (11:03 +0000)
commitb5d1b719e5a4a248d99921ebfd1298dcb473d1c1
treedcf1bf30ad089b4570601d06517c56c020882068
parent8d9379c9bab8defe1ddb875352b432567d94f65b
openocd: use single line for register_commands*()

Do not split in multiple lines the calls to register_commands*().
No change in code behaviour, just make it easy to grep in the code
and identify the commands that can be registered.
This would help detecting undocumented commands.

Change-Id: Id654e107cdabf7ee31fc3d227c1d2a59acc5669e
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/6716
Tested-by: jenkins
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
src/flash/nand/tcl.c
src/flash/nor/tcl.c
src/jtag/adapter.c
src/jtag/aice/aice_transport.c
src/jtag/hla/hla_transport.c
src/pld/pld.c
src/target/etm.c