mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-04 01:25:21 +00:00
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> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
gsm_mux.c | ||
gsm_mux.h | ||
ipm_console_receiver.c | ||
ipm_console_sender.c | ||
Kconfig | ||
Kconfig.gsm_mux | ||
native_posix_console.c | ||
ram_console.c | ||
rtt_console.c | ||
semihost_console.c | ||
uart_console.c | ||
uart_mcumgr.c | ||
uart_mux_internal.h | ||
uart_mux.c | ||
uart_pipe.c | ||
xtensa_sim_console.c |