openocd/src/jtag
Antonio Borneo 4625257007 coding style: join consecutive string fragments
The re is no need to split a long string, apart for fitting the
predefined line width.
Join the consecutive string fragments.

Issue identified by checkpatch script from Linux kernel v5.1 using
the command

	find src/ -type f -exec ./tools/scripts/checkpatch.pl \
	-q --types STRING_FRAGMENTS -f {} \;

Change-Id: I8de52d572b0e3d4788c1d4d2b0cf8f94c7f08409
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/5625
Tested-by: jenkins
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
2020-05-09 14:40:40 +01:00
..
aice coding style: add parenthesis around the argument of sizeof 2020-05-09 14:39:19 +01:00
drivers coding style: remove useless return statement from void functions 2020-05-09 14:40:07 +01:00
hla hla: remove unused hl_interface_param_s.api 2020-05-09 14:35:01 +01:00
minidriver Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
minidummy coding style: prototype of functions with no parameters 2020-05-09 14:39:59 +01:00
zy1000 coding style: prototype of functions with no parameters 2020-05-09 14:39:59 +01:00
adapter.c jtag: adapter: rework adapter related commands 2020-01-29 05:33:39 +00:00
commands.c jtag: print an errmsg on using jtag API for non jtag transport 2020-01-14 11:38:23 +00:00
commands.h jtag: make cmd_queue_scan_field_clone public 2018-10-16 11:58:17 +01:00
core.c coding style: join consecutive string fragments 2020-05-09 14:40:40 +01:00
driver.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
interface.c coding style: prototype of functions with no parameters 2020-05-09 14:39:59 +01:00
interface.h jtag: report API reset as synchronous 2020-03-12 10:03:42 +00:00
interfaces.c jtag: remove unused function adapter_driver_modules_load() 2020-05-02 15:41:21 +01:00
interfaces.h jtag: remove unused function adapter_driver_modules_load() 2020-05-02 15:41:21 +01:00
jtag.h coding style: fix space around pointer's asterisk 2020-02-24 10:30:36 +00:00
Makefile.am jtag: make cmd_queue_scan_field_clone public 2018-10-16 11:58:17 +01:00
minidriver.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
startup.tcl drivers: xds110: Clean up command syntax and documentation 2020-03-24 17:17:45 +00:00
swd.h swd: get rid of jtag queue to assert/deassert srst 2020-01-14 11:15:12 +00:00
tcl.c coding style: add parenthesis around the argument of sizeof 2020-05-09 14:39:19 +01:00
tcl.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00