openocd/src/rtos
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
..
ChibiOS.c rtos: support gdb_get_register_packet 2018-10-16 11:58:03 +01:00
FreeRTOS.c rtos/FreeRTOS: Fix FreeRTOS thread list reading 2020-01-02 21:20:29 +00:00
Makefile.am rtos/hwthread: add hardware-thread pseudo rtos 2019-03-08 12:54:47 +00:00
ThreadX.c rtos: support gdb_get_register_packet 2018-10-16 11:58:03 +01:00
chromium-ec.c rtos: Add RTOS task awareness for Chromium-EC 2019-01-23 15:27:01 +00:00
eCos.c rtos: support gdb_get_register_packet 2018-10-16 11:58:03 +01:00
embKernel.c coding style: fix space around pointer's asterisk 2020-02-24 10:30:36 +00:00
hwthread.c rtos/hwthread: add hardware-thread pseudo rtos 2019-03-08 12:54:47 +00:00
linux.c rtos: support gdb_get_register_packet 2018-10-16 11:58:03 +01:00
linux_header.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
mqx.c coding style: fix space around pointer's asterisk 2020-02-24 10:30:36 +00:00
nuttx.c gdb_server: fix GDB_BUFFER_SIZE usage, fix unaligned access during bulk transfers 2019-06-04 21:37:41 +01:00
nuttx_header.h rtos: add support for NuttX 2018-08-01 14:33:50 +01:00
rtos.c gdb_server, rtos: Fine-grained RTOS register access 2019-08-28 08:07:37 +01:00
rtos.h gdb_server, rtos: Fine-grained RTOS register access 2019-08-28 08:07:37 +01:00
rtos_chibios_stackings.c rtos: support gdb_get_register_packet 2018-10-16 11:58:03 +01:00
rtos_chibios_stackings.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
rtos_ecos_stackings.c rtos: support gdb_get_register_packet 2018-10-16 11:58:03 +01:00
rtos_ecos_stackings.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
rtos_embkernel_stackings.c rtos: support gdb_get_register_packet 2018-10-16 11:58:03 +01:00
rtos_embkernel_stackings.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
rtos_mqx_stackings.c rtos: support gdb_get_register_packet 2018-10-16 11:58:03 +01:00
rtos_mqx_stackings.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
rtos_standard_stackings.c rtos: support gdb_get_register_packet 2018-10-16 11:58:03 +01:00
rtos_standard_stackings.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
rtos_ucos_iii_stackings.c esirisc: support eSi-RISC targets 2018-10-16 11:58:24 +01:00
rtos_ucos_iii_stackings.h esirisc: support eSi-RISC targets 2018-10-16 11:58:24 +01:00
uCOS-III.c rtos: check symbol list when updating uCOS-III 2018-10-16 11:59:11 +01:00