]> www.infradead.org Git - users/borneoa/openocd-next.git/commit
adapter: replace 'interface' with 'adapter driver'
authorAntonio Borneo <borneo.antonio@gmail.com>
Sun, 16 Mar 2025 13:31:01 +0000 (14:31 +0100)
committerAntonio Borneo <borneo.antonio@gmail.com>
Thu, 1 May 2025 15:24:32 +0000 (15:24 +0000)
commitc3fae349692c7c2d0eac95a04da648ba95a558a0
tree5c72810087ded430ac4d4da7471b293e8531bd07
parentcbd7987c7ca2656b60bc8964bb1d9b7819e66ccb
adapter: replace 'interface' with 'adapter driver'

Comments and output strings still reference the term 'interface',
while 'adapter driver' should be used.

While there, drop the useless test if CMD_ARGV[0] is an empty
string, as this is not possible when CMD_ARGC > 0.

Change-Id: I7b46b5dd3cec53d8b5b7559d941ee9ae3bd1d89b
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/8808
Tested-by: jenkins
Reviewed-by: zapb <dev@zapb.de>
src/jtag/adapter.c