openocd/src/flash/nor
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
..
aduc702x.c flash: rename CamelCase symbols 2021-07-02 17:09:47 +01:00
aducm360.c flash: use proper format with uint32_t 2020-09-05 17:12:32 +01:00
ambiqmicro.c openocd: fix simple cases of Yoda condition 2021-07-20 14:55:24 +01:00
at91sam3.c openocd: remove NULL comparisons with checkpatch [1/2] 2021-07-24 10:38:00 +01:00
at91sam4.c openocd: remove NULL comparisons with checkpatch [1/2] 2021-07-24 10:38:00 +01:00
at91sam4l.c flash: use proper format with uint32_t 2020-09-05 17:12:32 +01:00
at91sam7.c openocd: remove NULL comparisons with checkpatch [1/2] 2021-07-24 10:38:00 +01:00
at91samd.c openocd: remove NULL comparisons with checkpatch [1/2] 2021-07-24 10:38:00 +01:00
ath79.c flash/nor: improved API of flash_driver.info & fixed buffer overruns 2021-06-13 19:58:28 +01:00
atsame5.c openocd: fix simple cases of NULL comparison 2021-07-24 10:37:49 +01:00
atsamv.c openocd: fix simple cases of Yoda condition 2021-07-20 14:55:24 +01:00
avrf.c openocd: fix simple cases of NULL comparison 2021-07-24 10:37:49 +01:00
bluenrg-x.c openocd: fix simple cases of NULL comparison 2021-07-24 10:37:49 +01:00
bluenrg-x.h bluenrg-x: simplyfied the driver 2020-03-07 15:31:09 +00:00
cc26xx.c openocd: fix simple cases of NULL comparison 2021-07-24 10:37:49 +01:00
cc26xx.h flash/nor: Add support for TI CC26xx/CC13xx flash 2018-06-15 20:06:25 +01:00
cc3220sf.c openocd: fix simple cases of NULL comparison 2021-07-24 10:37:49 +01:00
cc3220sf.h flash/nor: Add support for TI CC3220SF internal flash 2018-06-06 15:38:25 +01:00
cfi.c openocd: fix simple cases of NULL comparison 2021-07-24 10:37:49 +01:00
cfi.h flash/nor/cfi: fix CamelCase symbols in cfi_spansion_pri_ext 2021-07-02 17:08:40 +01:00
core.c openocd: remove NULL comparisons with checkpatch [2/2] 2021-07-24 10:38:11 +01:00
core.h openocd: fix doxygen parameters of functions 2021-01-13 11:33:53 +00:00
driver.h flash/nor: improved API of flash_driver.info & fixed buffer overruns 2021-06-13 19:58:28 +01:00
drivers.c tcl/board: add pico-debug support 2021-05-02 22:40:24 +01:00
dsp5680xx_flash.c openocd: fix incorrect doxygen comments 2021-01-13 11:33:16 +00:00
efm32.c openocd: fix simple cases of NULL comparison 2021-07-24 10:37:49 +01:00
em357.c openocd: fix simple cases of Yoda condition 2021-07-20 14:55:24 +01:00
esirisc_flash.c flash/nor: improved API of flash_driver.info & fixed buffer overruns 2021-06-13 19:58:28 +01:00
faux.c openocd: fix simple cases of NULL comparison 2021-07-24 10:37:49 +01:00
fespi.c openocd: fix simple cases of NULL comparison 2021-07-24 10:37:49 +01:00
fm3.c openocd: fix simple cases of Yoda condition 2021-07-20 14:55:24 +01:00
fm4.c flash/nor: convert enum in uppercase 2021-07-20 14:54:44 +01:00
imp.h Flash, FRAM and EEPROM driver for STM32 QUAD-/OCTOSPI interface 2020-11-08 22:46:00 +00:00
jtagspi.c openocd: remove NULL comparisons with checkpatch [1/2] 2021-07-24 10:38:00 +01:00
kinetis_ke.c openocd: fix simple cases of NULL comparison 2021-07-24 10:37:49 +01:00
kinetis.c openocd: fix simple cases of NULL comparison 2021-07-24 10:37:49 +01:00
lpc288x.c flash: fix typos and duplicated words 2020-07-26 20:13:22 +01:00
lpc2000.c openocd: fix simple cases of Yoda condition 2021-07-20 14:55:24 +01:00
lpc2900.c openocd: fix simple cases of Yoda condition 2021-07-20 14:55:24 +01:00
lpcspifi.c openocd: fix simple cases of NULL comparison 2021-07-24 10:37:49 +01:00
Makefile.am tcl/board: add pico-debug support 2021-05-02 22:40:24 +01:00
max32xxx.c openocd: manually fix Yoda conditions 2021-07-20 14:55:43 +01:00
mdr.c openocd: fix simple cases of NULL comparison 2021-07-24 10:37:49 +01:00
mrvlqspi.c openocd: fix simple cases of NULL comparison 2021-07-24 10:37:49 +01:00
msp432.c openocd: fix simple cases of NULL comparison 2021-07-24 10:37:49 +01:00
msp432.h flash: fix some minor typo 2021-05-22 10:06:32 +01:00
niietcm4.c openocd: fix simple cases of NULL comparison 2021-07-24 10:37:49 +01:00
non_cfi.c flash/nor/cfi: fix CamelCase symbols in cfi_spansion_pri_ext 2021-07-02 17:08:40 +01:00
non_cfi.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
nrf5.c openocd: fix simple cases of NULL comparison 2021-07-24 10:37:49 +01:00
numicro.c openocd: fix simple cases of NULL comparison 2021-07-24 10:37:49 +01:00
ocl.c flash/nor: Use proper data types in driver API 2020-07-07 05:23:54 +01:00
ocl.h flash: fix typos and duplicated words 2020-07-26 20:13:22 +01:00
pic32mx.c openocd: remove NULL comparisons with checkpatch [1/2] 2021-07-24 10:38:00 +01:00
psoc4.c openocd: fix simple cases of NULL comparison 2021-07-24 10:37:49 +01:00
psoc5lp.c openocd: fix simple cases of NULL comparison 2021-07-24 10:37:49 +01:00
psoc6.c flash/nor: improved API of flash_driver.info & fixed buffer overruns 2021-06-13 19:58:28 +01:00
renesas_rpchf.c flash: use proper format with uint32_t 2020-09-05 17:12:32 +01:00
rp2040.c tcl/board: add pico-debug support 2021-05-02 22:40:24 +01:00
sfdp.c openocd: fix simple cases of NULL comparison 2021-07-24 10:37:49 +01:00
sfdp.h Flash, FRAM and EEPROM driver for STM32 QUAD-/OCTOSPI interface 2020-11-08 22:46:00 +00:00
sh_qspi.c flash/nor: improved API of flash_driver.info & fixed buffer overruns 2021-06-13 19:58:28 +01:00
sim3x.c openocd: fix simple cases of NULL comparison 2021-07-24 10:37:49 +01:00
spi.c nor/spi.c: add N25Q032A flash chip 2020-08-02 10:47:29 +01:00
spi.h Flash, FRAM and EEPROM driver for STM32 QUAD-/OCTOSPI interface 2020-11-08 22:46:00 +00:00
stellaris.c openocd: fix simple cases of Yoda condition 2021-07-20 14:55:24 +01:00
stm32f1x.c openocd: fix simple cases of NULL comparison 2021-07-24 10:37:49 +01:00
stm32f2x.c openocd: fix simple cases of NULL comparison 2021-07-24 10:37:49 +01:00
stm32h7x.c openocd: fix simple cases of NULL comparison 2021-07-24 10:37:49 +01:00
stm32l4x.c openocd: fix simple cases of NULL comparison 2021-07-24 10:37:49 +01:00
stm32l4x.h flash/stm32l4x: probe tzen and rdp values 2021-03-24 17:18:29 +00:00
stm32lx.c openocd: fix simple cases of NULL comparison 2021-07-24 10:37:49 +01:00
stmqspi.c openocd: fix simple cases of NULL comparison 2021-07-24 10:37:49 +01:00
stmqspi.h flash/stmqspi: minor fixes on coding style 2020-11-15 21:04:29 +00:00
stmsmi.c openocd: fix simple cases of NULL comparison 2021-07-24 10:37:49 +01:00
str7x.c openocd: fix simple cases of Yoda condition 2021-07-20 14:55:24 +01:00
str9x.c openocd: fix simple cases of Yoda condition 2021-07-20 14:55:24 +01:00
str9xpec.c openocd: fix simple cases of NULL comparison 2021-07-24 10:37:49 +01:00
swm050.c openocd: fix simple cases of Yoda condition 2021-07-20 14:55:24 +01:00
tcl.c openocd: remove NULL comparisons with checkpatch [1/2] 2021-07-24 10:38:00 +01:00
tms470.c openocd: manually fix Yoda conditions 2021-07-20 14:55:43 +01:00
virtual.c openocd: remove NULL comparisons with checkpatch [1/2] 2021-07-24 10:38:00 +01:00
w600.c flash/nor: improved API of flash_driver.info & fixed buffer overruns 2021-06-13 19:58:28 +01:00
xcf.c openocd: remove NULL comparisons with checkpatch [1/2] 2021-07-24 10:38:00 +01:00
xmc1xxx.c flash/nor: improved API of flash_driver.info & fixed buffer overruns 2021-06-13 19:58:28 +01:00
xmc4xxx.c openocd: fix simple cases of NULL comparison 2021-07-24 10:37:49 +01:00