diff options
author | Antonio Borneo <borneo.antonio@gmail.com> | 2020-04-26 01:07:27 +0200 |
---|---|---|
committer | Antonio Borneo <borneo.antonio@gmail.com> | 2020-05-09 14:38:40 +0100 |
commit | 5df5e89cf3caf02dc6f49a5d3c8aa8b1349a1dbf (patch) | |
tree | 14d9a553fd1d2d27c15f1b208569c5364e231493 /tcl/target/ixp42x.cfg | |
parent | 6d3cb807aaa60c4a4cd8ed49ae7860097bc1b3ce (diff) | |
download | riscv-openocd-5df5e89cf3caf02dc6f49a5d3c8aa8b1349a1dbf.zip riscv-openocd-5df5e89cf3caf02dc6f49a5d3c8aa8b1349a1dbf.tar.gz riscv-openocd-5df5e89cf3caf02dc6f49a5d3c8aa8b1349a1dbf.tar.bz2 |
tcl: remove trailing whitespace
The script checkpatch available in new Linux kernel offers an
experimental feature for automatically fix the code in place.
While still experimental, the feature works quite well for simple
fixes, like spacing.
This patch has been created automatically with the script under
review for inclusion in OpenOCD, using the command:
find tcl/ -type f -exec ./tools/scripts/checkpatch.pl \
-q --types TRAILING_WHITESPACE --fix-inplace -f {} \;
The patch only changes amount and position of whitespace, thus
the following commands show empty diff
git diff -w
git log -w -p
git log -w --stat
Change-Id: Ie7e3a236f4db9c70019e3b3c7e851edbd3a9dd84
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/5616
Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
Tested-by: jenkins
Diffstat (limited to 'tcl/target/ixp42x.cfg')
-rw-r--r-- | tcl/target/ixp42x.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tcl/target/ixp42x.cfg b/tcl/target/ixp42x.cfg index 3f86e35..624fe29 100644 --- a/tcl/target/ixp42x.cfg +++ b/tcl/target/ixp42x.cfg @@ -66,8 +66,8 @@ set IXP42x_SDRAM_256MB_32Mx16_2BANK 0x0015 # helper function to init SDRAM on IXP42x. # SDRAM_CFG: one of IXP42X_SDRAM_xxx -# REFRESH: refresh counter reload value (integer) -# CASLAT: 2 or 3 +# REFRESH: refresh counter reload value (integer) +# CASLAT: 2 or 3 proc ixp42x_init_sdram { SDRAM_CFG REFRESH CASLAT } { switch $CASLAT { |