openocd/src/jtag/drivers
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
..
libjaylink@f73ad5e667 libjaylink: Update to latest Git version 2019-10-19 13:27:29 +01:00
OpenULINK Remove FSF address from GPL notices 2016-05-24 22:30:01 +01:00
usb_blaster jtag_libusb_bulk_read|write: return error code instead of size 2020-01-22 05:33:31 +00:00
versaloon coding style: use ARRAY_SIZE() when possible 2020-02-15 15:37:40 +00:00
amt_jtagaccel.c adapter: switch from struct jtag_interface to adapter_driver 2020-01-14 11:39:37 +00:00
arm-jtag-ew.c adapter: switch from struct jtag_interface to adapter_driver 2020-01-14 11:39:37 +00:00
at91rm9200.c adapter: switch from struct jtag_interface to adapter_driver 2020-01-14 11:39:37 +00:00
bcm2835gpio.c adapter: switch from struct jtag_interface to adapter_driver 2020-01-14 11:39:37 +00:00
bitbang.c bitbang: jtag-only drivers: switch to new reset API 2020-01-14 11:16:24 +00:00
bitbang.h bitbang: jtag-only drivers: switch to new reset API 2020-01-14 11:16:24 +00:00
bitq.c Convert DEBUG_JTAG_IO to LOG_DEBUG_IO 2019-06-04 21:48:39 +01:00
bitq.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
buspirate.c adapter: switch from struct jtag_interface to adapter_driver 2020-01-14 11:39:37 +00:00
cmsis_dap_usb.c openocd: fix minor inconsistencies after renaming "adapter" command 2020-01-29 05:36:30 +00:00
driver.c jtag: make cmd_queue_scan_field_clone public 2018-10-16 11:58:17 +01:00
dummy.c adapter: switch from struct jtag_interface to adapter_driver 2020-01-14 11:39:37 +00:00
ep93xx.c adapter: switch from struct jtag_interface to adapter_driver 2020-01-14 11:39:37 +00:00
ft232r.c jtag_libusb_bulk_read|write: return error code instead of size 2020-01-22 05:33:31 +00:00
ftdi.c coding style: fix space around pointer's asterisk 2020-02-24 10:30:36 +00:00
gw16012.c adapter: switch from struct jtag_interface to adapter_driver 2020-01-14 11:39:37 +00:00
imx_gpio.c adapter: switch from struct jtag_interface to adapter_driver 2020-01-14 11:39:37 +00:00
jlink.c adapter: switch from struct jtag_interface to adapter_driver 2020-01-14 11:39:37 +00:00
jtag_usb_common.c jtag/drivers/jtag_usb_common: fix typo 2019-06-13 12:39:09 +01:00
jtag_usb_common.h jtag: drivers: provide initial support for usb path filtering 2019-02-07 07:51:30 +00:00
jtag_vpi.c jtag_vpi: added an option to stop simulation on exit 2020-02-15 15:32:53 +00:00
kitprog.c jtag_libusb_bulk_read|write: return error code instead of size 2020-01-22 05:33:31 +00:00
libusb_common.h Convert to non-recursive make 2016-12-08 16:23:10 +00:00
libusb1_common.c jtag_libusb_bulk_read|write: return error code instead of size 2020-01-22 05:33:31 +00:00
libusb1_common.h jtag_libusb_bulk_read|write: return error code instead of size 2020-01-22 05:33:31 +00:00
libusb0_common.c jtag_libusb_bulk_read|write: return error code instead of size 2020-01-22 05:33:31 +00:00
libusb0_common.h jtag_libusb_bulk_read|write: return error code instead of size 2020-01-22 05:33:31 +00:00
Makefile.am jtag: drivers: xlnx-pcie-xvc: Add support for Xilinx XVC/PCIe 2020-01-17 05:21:29 +00:00
Makefile.rlink Remove FSF address from GPL notices 2016-05-24 22:30:01 +01:00
minidriver_imp.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
mpsse.c Add wall clock timeout warning to mpsse_flush() 2019-10-15 08:58:56 +01:00
mpsse.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
opendous.c jtag_libusb_bulk_read|write: return error code instead of size 2020-01-22 05:33:31 +00:00
openjtag.c jtag_libusb_bulk_read|write: return error code instead of size 2020-01-22 05:33:31 +00:00
osbdm.c coding style: fix space around pointer's asterisk 2020-02-24 10:30:36 +00:00
parport.c adapter: switch from struct jtag_interface to adapter_driver 2020-01-14 11:39:37 +00:00
presto.c adapter: switch from struct jtag_interface to adapter_driver 2020-01-14 11:39:37 +00:00
remote_bitbang.c adapter: switch from struct jtag_interface to adapter_driver 2020-01-14 11:39:37 +00:00
rlink_call.m4 Remove FSF address from GPL notices 2016-05-24 22:30:01 +01:00
rlink_dtc_cmd.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
rlink_ep1_cmd.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
rlink_init.m4 Remove FSF address from GPL notices 2016-05-24 22:30:01 +01:00
rlink_speed_table.c build: cleanup src/jtag/drivers directory 2012-02-06 10:59:07 +00:00
rlink_st7.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
rlink.c adapter: switch from struct jtag_interface to adapter_driver 2020-01-14 11:39:37 +00:00
rlink.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
stlink_usb.c stlink: add trace support in DAP direct mode 2020-02-15 15:39:16 +00:00
sysfsgpio.c adapter: switch from struct jtag_interface to adapter_driver 2020-01-14 11:39:37 +00:00
ti_icdi_usb.c jtag: drivers: stlink: handle all versions with single config 2017-12-12 21:13:55 +00:00
ulink.c adapter: switch from struct jtag_interface to adapter_driver 2020-01-14 11:39:37 +00:00
usb_common.c jtag/drivers/usb_common: return oocd error values 2019-01-08 10:02:43 +00:00
usb_common.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
usbprog.c adapter: switch from struct jtag_interface to adapter_driver 2020-01-14 11:39:37 +00:00
vsllink.c adapter: switch from struct jtag_interface to adapter_driver 2020-01-14 11:39:37 +00:00
xds110.c adapter: switch from struct jtag_interface to adapter_driver 2020-01-14 11:39:37 +00:00
xlnx-pcie-xvc.c jtag: drivers: xlnx-pcie-xvc: fix build on Linux pre v4.10 2020-02-06 20:22:49 +00:00