openocd/src/rtos
Antonio Borneo 0a1f904707 openocd: remove NULL comparisons with checkpatch [2/2]
Patch generated automatically through a modified checkpatch that
detects the patterns
	if (NULL == symbol)
	if (NULL != symbol)
and through flags "--types COMPARISON_TO_NULL --fix-inplace".

The unmodified checkpatch detects this pattern as Yoda condition,
but it's odd fixing it as Yoda condition and then again as NULL
comparison. This triggered the modification to the script.

Change-Id: I5fe984a85e9c4fc799f049211797aef891ebce18
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/6352
Tested-by: jenkins
2021-07-24 10:38:11 +01:00
..
chibios.c openocd: remove NULL comparisons with checkpatch [1/2] 2021-07-24 10:38:00 +01:00
chromium-ec.c rtos: rename CamelCase symbols 2021-07-02 17:11:13 +01:00
eCos.c openocd: remove NULL comparisons with checkpatch [1/2] 2021-07-24 10:38:00 +01:00
embKernel.c openocd: remove NULL comparisons with checkpatch [1/2] 2021-07-24 10:38:00 +01:00
FreeRTOS.c openocd: remove NULL comparisons with checkpatch [1/2] 2021-07-24 10:38:00 +01:00
hwthread.c openocd: remove NULL comparisons with checkpatch [1/2] 2021-07-24 10:38:00 +01:00
linux_header.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
linux.c openocd: remove NULL comparisons with checkpatch [1/2] 2021-07-24 10:38:00 +01:00
Makefile.am rtos: Add support for Zephyr RTOS 2021-05-11 10:43:22 +01:00
mqx.c openocd: remove NULL comparisons with checkpatch [2/2] 2021-07-24 10:38:11 +01:00
nuttx_header.h rtos: add support for NuttX 2018-08-01 14:33:50 +01:00
nuttx.c openocd: remove NULL comparisons with checkpatch [1/2] 2021-07-24 10:38:00 +01:00
riot.c openocd: remove NULL comparisons with checkpatch [1/2] 2021-07-24 10:38:00 +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/eCos: rename CamelCase symbols 2021-07-02 17:11:30 +01:00
rtos_ecos_stackings.h rtos/eCos: rename CamelCase symbols 2021-07-02 17:11:30 +01:00
rtos_embkernel_stackings.c rtos: rename CamelCase symbols 2021-07-02 17:11:13 +01:00
rtos_embkernel_stackings.h rtos: rename CamelCase symbols 2021-07-02 17:11:13 +01:00
rtos_mqx_stackings.c coding style: fix space separation 2020-07-08 22:08:08 +01:00
rtos_mqx_stackings.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
rtos_riot_stackings.c rtos: rename CamelCase symbols 2021-07-02 17:11:13 +01:00
rtos_riot_stackings.h rtos: add support for RIOT 2020-07-26 20:11:52 +01:00
rtos_standard_stackings.c rtos: rename CamelCase symbols 2021-07-02 17:11:13 +01:00
rtos_standard_stackings.h rtos: rename CamelCase symbols 2021-07-02 17:11:13 +01:00
rtos_ucos_iii_stackings.c rtos: rename CamelCase symbols 2021-07-02 17:11:13 +01:00
rtos_ucos_iii_stackings.h rtos: rename CamelCase symbols 2021-07-02 17:11:13 +01:00
rtos.c openocd: remove NULL comparisons with checkpatch [1/2] 2021-07-24 10:38:00 +01:00
rtos.h Add RTOS memory read/write functions. 2021-07-02 17:13:52 +01:00
ThreadX.c openocd: remove NULL comparisons with checkpatch [1/2] 2021-07-24 10:38:00 +01:00
uCOS-III.c openocd: remove NULL comparisons with checkpatch [1/2] 2021-07-24 10:38:00 +01:00
zephyr.c openocd: remove NULL comparisons with checkpatch [1/2] 2021-07-24 10:38:00 +01:00