1
0
mirror of https://git.code.sf.net/p/openocd/code synced 2024-11-14 09:17:12 +00:00
openocd/tcl/chip
Noah Moroze 7050cade9d tcl/chip/st/spear: fix syntax errors
While the current jimtcl does not consider this an error, the Tcl
dodekalogue states that strings terminate at the second double quote
character (see https://www.tcl.tk/man/tcl/TclCmd/Tcl.htm#M8).

These syntax errors were caught by tclint v0.2.5
(https://github.com/nmoroze/tclint):

```
tclint tcl/chip/st/spear/spear3xx_ddr.tcl | grep "syntax error"
```

Change-Id: I2763d93095e3db7590644652f16b7b24939d6cae
Signed-off-by: Noah Moroze <noahmoroze@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/8281
Tested-by: jenkins
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
2024-06-08 08:44:04 +00:00
..
atmel/at91 tcl: add SPDX tag 2022-06-24 21:54:12 +00:00
st tcl/chip/st/spear: fix syntax errors 2024-06-08 08:44:04 +00:00
ti/lm3s tcl: add SPDX tag 2022-06-24 21:54:12 +00:00