openocd/src/target/riscv
Antonio Borneo e7306d361b coding style: fix space around pointer's asterisk
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 src/ -type f -exec ./tools/scripts/checkpatch.pl \
	-q --types POINTER_LOCATION --fix-inplace -f {} \;
then manually reviewed.

OpenOCD coding style does not mention the space around pointer's
asterisk, so no check is enforced. This patch only makes the style
uniform across the files.

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: Iefb4998e69bebdfe0d1ae65cadfc8d2c4f166d13
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/5197
Tested-by: jenkins
2020-02-24 10:30:36 +00:00
..
Makefile.am Add RISC-V support. 2018-07-24 13:07:26 +01:00
asm.h Add RISC-V support. 2018-07-24 13:07:26 +01:00
batch.c Lots of RISC-V improvements. 2019-03-27 08:53:09 +00:00
batch.h Add RISC-V support. 2018-07-24 13:07:26 +01:00
debug_defines.h Add RISC-V support. 2018-07-24 13:07:26 +01:00
encoding.h Add RISC-V support. 2018-07-24 13:07:26 +01:00
gdb_regs.h Add RISC-V support. 2018-07-24 13:07:26 +01:00
opcodes.h Lots of RISC-V improvements. 2019-03-27 08:53:09 +00:00
program.c Add RISC-V support. 2018-07-24 13:07:26 +01:00
program.h Lots of RISC-V improvements. 2019-03-27 08:53:09 +00:00
riscv-011.c Lots of RISC-V improvements. 2019-03-27 08:53:09 +00:00
riscv-013.c coding style: fix space around pointer's asterisk 2020-02-24 10:30:36 +00:00
riscv.c helper/command: change prototype of command_print/command_print_sameline 2019-05-14 19:37:11 +01:00
riscv.h Lots of RISC-V improvements. 2019-03-27 08:53:09 +00:00
riscv_semihosting.c Add RISC-V support. 2018-07-24 13:07:26 +01:00