coding style: join consecutive string fragments
authorAntonio Borneo <borneo.antonio@gmail.com>
Mon, 6 May 2019 12:37:19 +0000 (14:37 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sat, 9 May 2020 13:40:40 +0000 (14:40 +0100)
commit4625257007b520c739a9e9437b97c7c7c7d60158
treee4acb22d523512928691ed9a9b3b39581e0266c3
parent1946b50dba6c9d5bd5fda2b396eeae649b47762a
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>
src/jtag/core.c