zephyr/tests/lib
Tomasz Bursztyka af6140cc0d device: Apply config_info rename everywhere
Via coccinelle:

@r_device_config@
struct device *D;
@@

D->
-	config_info
+	config

And 2 grep/sed rules for macros:

git grep -rlz 'dev)->config_info' |
	xargs -0 sed -i 's/dev)->config_info/dev)->config/g'

git grep -rlz 'dev->config_info' |
	xargs -0 sed -i 's/dev->config_info/dev->config/g'

Fixes #27397

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2020-08-11 19:30:53 +02:00
..
c_lib
cmsis_dsp
devicetree device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
fdtable tests: lib: fdtable: Add tests for checking refcounting 2020-08-10 14:56:08 -07:00
gui/lvgl gui: Add open flags argument to fs_open invocation 2020-07-30 16:33:18 +02:00
heap
heap_align
json tests/samples: enable for integration testing 2020-07-30 08:00:03 -04:00
mem_alloc
notify tests/samples: enable for integration testing 2020-07-30 08:00:03 -04:00
onoff tests/samples: enable for integration testing 2020-07-30 08:00:03 -04:00
ringbuffer tests/samples: enable for integration testing 2020-07-30 08:00:03 -04:00
sprintf tests/samples: enable for integration testing 2020-07-30 08:00:03 -04:00