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
This commit is contained in:
@@ -23,12 +23,12 @@ $_TARGETNAME configure -event reset-init { phytec_lpc3250_init }
|
||||
|
||||
# Bare-bones initialization of core clocks and SDRAM
|
||||
proc phytec_lpc3250_init { } {
|
||||
# Set clock dividers
|
||||
# Set clock dividers
|
||||
# ARMCLK = 266.5 MHz
|
||||
# HCLK = 133.25 MHz
|
||||
# PERIPHCLK = 13.325 MHz
|
||||
mww 0x400040BC 0
|
||||
mww 0x40004050 0x140
|
||||
mww 0x40004050 0x140
|
||||
mww 0x40004040 0x4D
|
||||
mww 0x40004058 0x16250
|
||||
|
||||
@@ -37,7 +37,7 @@ proc phytec_lpc3250_init { } {
|
||||
sleep 1 busy
|
||||
mww 0x40004044 0x106
|
||||
sleep 1 busy
|
||||
mww 0x40004044 0x006
|
||||
mww 0x40004044 0x006
|
||||
sleep 1 busy
|
||||
mww 0x40004048 0x2
|
||||
|
||||
@@ -49,7 +49,7 @@ proc phytec_lpc3250_init { } {
|
||||
mww 0x31080008 0
|
||||
mww 0x40004068 0x1C000
|
||||
mww 0x31080028 0x11
|
||||
|
||||
|
||||
mww 0x31080400 0
|
||||
mww 0x31080440 0
|
||||
mww 0x31080460 0
|
||||
@@ -66,7 +66,7 @@ proc phytec_lpc3250_init { } {
|
||||
mww 0x31080054 1
|
||||
mww 0x31080058 1
|
||||
mww 0x3108005C 0
|
||||
|
||||
|
||||
mww 0x31080100 0x5680
|
||||
mww 0x31080104 0x302
|
||||
|
||||
|
||||
Reference in New Issue
Block a user