openocd/src/flash/nor
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
..
aduc702x.c Constify struct flash_driver instances 2019-03-27 08:57:14 +00:00
aducm360.c Constify struct flash_driver instances 2019-03-27 08:57:14 +00:00
ambiqmicro.c coding style: use ARRAY_SIZE() when possible 2020-02-15 15:37:40 +00:00
at91sam3.c helper/command: change prototype of command_print/command_print_sameline 2019-05-14 19:37:11 +01:00
at91sam4.c helper/command: change prototype of command_print/command_print_sameline 2019-05-14 19:37:11 +01:00
at91sam4l.c Set empty usage field for commands that do not need parameters 2019-04-07 08:19:34 +01:00
at91sam7.c helper/command: change prototype of command_print/command_print_sameline 2019-05-14 19:37:11 +01:00
at91samd.c helper/command: change prototype of command_print/command_print_sameline 2019-05-14 19:37:11 +01:00
ath79.c Constify struct flash_driver instances 2019-03-27 08:57:14 +00:00
atsame5.c helper/command: change prototype of command_print/command_print_sameline 2019-05-14 19:37:11 +01:00
atsamv.c helper/command: change prototype of command_print/command_print_sameline 2019-05-14 19:37:11 +01:00
avrf.c helper/command: change prototype of command_print/command_print_sameline 2019-05-14 19:37:11 +01:00
bluenrg-x.c Constify struct flash_driver instances 2019-03-27 08:57:14 +00:00
cc26xx.c Constify struct flash_driver instances 2019-03-27 08:57:14 +00:00
cc26xx.h flash/nor: Add support for TI CC26xx/CC13xx flash 2018-06-15 20:06:25 +01:00
cc3220sf.c Constify struct flash_driver instances 2019-03-27 08:57:14 +00:00
cc3220sf.h flash/nor: Add support for TI CC3220SF internal flash 2018-06-06 15:38:25 +01:00
cfi.c flash/nor: Export various functions from the CFI core 2020-02-06 17:15:16 +00:00
cfi.h flash/nor: Export various functions from the CFI core 2020-02-06 17:15:16 +00:00
core.c flash/nor/core: adjust flash_iterate_address_range_inner() for 64-bit 2019-03-27 08:53:29 +00:00
core.h flash/nor/core: fix some minor typo 2019-08-04 09:31:38 +01:00
driver.h Constify struct flash_driver instances 2019-03-27 08:57:14 +00:00
drivers.c flash/nor: Add Renesas RPC HF driver 2020-02-06 17:15:21 +00:00
dsp5680xx_flash.c coding style: fix space around pointer's asterisk 2020-02-24 10:30:36 +00:00
efm32.c efm32: add EFR32ZG13P and EFR32ZG14P parts 2020-02-08 23:24:00 +00:00
em357.c helper/command: change prototype of command_print/command_print_sameline 2019-05-14 19:37:11 +01:00
esirisc_flash.c esirisc_flash: Rename PAGE_SIZE to FLASH_PAGE_SIZE 2019-09-18 07:05:08 +01:00
faux.c command_registration: add empty usage field to chained commands 2019-04-07 08:17:36 +01:00
fespi.c flash/fespi: Use COMMAND_PARSE_ADDRESS 2019-04-24 21:11:18 +01:00
fm3.c helper/command: change prototype of command_print/command_print_sameline 2019-05-14 19:37:11 +01:00
fm4.c Constify struct flash_driver instances 2019-03-27 08:57:14 +00:00
imp.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
jtagspi.c Constify struct flash_driver instances 2019-03-27 08:57:14 +00:00
kinetis_ke.c Constify struct flash_driver instances 2019-03-27 08:57:14 +00:00
kinetis.c flash/nor/kinetis: fix clang static analyzer warnings 2020-01-02 21:20:06 +00:00
lpc288x.c Constify struct flash_driver instances 2019-03-27 08:57:14 +00:00
lpc2000.c helper/command: change prototype of command_print/command_print_sameline 2019-05-14 19:37:11 +01:00
lpc2900.c helper/command: change prototype of command_print/command_print_sameline 2019-05-14 19:37:11 +01:00
lpcspifi.c Constify struct flash_driver instances 2019-03-27 08:57:14 +00:00
Makefile.am flash/nor: Add Renesas RPC HF driver 2020-02-06 17:15:21 +00:00
max32xxx.c helper/command: change prototype of command_print/command_print_sameline 2019-05-14 19:37:11 +01:00
mdr.c Constify struct flash_driver instances 2019-03-27 08:57:14 +00:00
mrvlqspi.c Constify struct flash_driver instances 2019-03-27 08:57:14 +00:00
msp432.c Constify struct flash_driver instances 2019-03-27 08:57:14 +00:00
msp432.h flash/nor: add support for TI MSP432 devices 2018-07-18 21:09:23 +01:00
niietcm4.c nor/niietcm4: fix indentation 2019-05-14 19:38:00 +01:00
non_cfi.c Remove FSF address from GPL notices 2016-05-24 22:30:01 +01:00
non_cfi.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
nrf5.c flash/nor/nrf5: Fix build error on OSX 2020-01-27 09:16:49 +00:00
numicro.c coding style: fix space around pointer's asterisk 2020-02-24 10:30:36 +00:00
ocl.c Constify struct flash_driver instances 2019-03-27 08:57:14 +00:00
ocl.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
pic32mx.c helper/command: change prototype of command_print/command_print_sameline 2019-05-14 19:37:11 +01:00
psoc4.c helper/command: change prototype of command_print/command_print_sameline 2019-05-14 19:37:11 +01:00
psoc5lp.c helper/command: change prototype of command_print/command_print_sameline 2019-05-14 19:37:11 +01:00
psoc6.c coding style: use ARRAY_SIZE() when possible 2020-02-15 15:37:40 +00:00
renesas_rpchf.c flash/nor: Add Renesas RPC HF driver 2020-02-06 17:15:21 +00:00
sh_qspi.c flash/nor/sh_qspi: Add SH QSPI driver 2020-01-22 05:50:20 +00:00
sim3x.c coding style: fix space around pointer's asterisk 2020-02-24 10:30:36 +00:00
spi.c flash/nor/spi: add adesto AT25DF081A 2018-12-19 13:16:45 +00:00
spi.h SPI table updates (some new devices and new info) 2018-11-29 08:18:24 +00:00
stellaris.c helper/command: change prototype of command_print/command_print_sameline 2019-05-14 19:37:11 +01:00
stm32f1x.c flash/nor/stm32f1x: Some small code cleanups 2020-02-23 12:28:29 +00:00
stm32f2x.c flash/nor/stm32f2x: Support value line chips with trimmed flash 2020-01-03 10:28:45 +00:00
stm32h7x.c flash/nor/stm32h7x: Minor code cleanups 2020-02-24 10:25:52 +00:00
stm32l4x.c flash/nor/stm32l4x: Minor code cleanups 2020-02-24 10:26:02 +00:00
stm32lx.c flash/nor/stm32lx: Minor code cleanups 2020-02-15 15:34:01 +00:00
stmsmi.c Constify struct flash_driver instances 2019-03-27 08:57:14 +00:00
str7x.c Constify struct flash_driver instances 2019-03-27 08:57:14 +00:00
str9x.c Constify struct flash_driver instances 2019-03-27 08:57:14 +00:00
str9xpec.c helper/command: change prototype of command_print/command_print_sameline 2019-05-14 19:37:11 +01:00
swm050.c flash/nor: flash driver for Synwit SWM050 MCUs 2019-09-08 11:53:12 +01:00
tcl.c flash/nor/tcl.c: add filld command to write double-word with 64-bit value 2020-02-23 21:33:58 +00:00
tms470.c helper/command: change prototype of command_print/command_print_sameline 2019-05-14 19:37:11 +01:00
virtual.c Constify struct flash_driver instances 2019-03-27 08:57:14 +00:00
w600.c Constify struct flash_driver instances 2019-03-27 08:57:14 +00:00
xcf.c Constify struct flash_driver instances 2019-03-27 08:57:14 +00:00
xmc1xxx.c Constify struct flash_driver instances 2019-03-27 08:57:14 +00:00
xmc4xxx.c helper/command: change prototype of command_print/command_print_sameline 2019-05-14 19:37:11 +01:00