mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-24 06:35:59 +00:00
These are all the case that coccinelle cannot find as they are inside macro declarations. Fixed via: git grep -rlz -E "\(struct device \*" | xargs -0 sed -i 's/(struct device/(const struct device/g' Fixes #27399 Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com> |
||
---|---|---|
.. | ||
adc_common.c | ||
adc_context.h | ||
adc_handlers.c | ||
adc_lmp90xxx.c | ||
adc_mchp_xec.c | ||
adc_mcp320x.c | ||
adc_mcux_adc12.c | ||
adc_mcux_adc16.c | ||
adc_nrfx_adc.c | ||
adc_nrfx_saadc.c | ||
adc_sam_afec.c | ||
adc_sam0.c | ||
adc_shell.c | ||
adc_stm32.c | ||
CMakeLists.txt | ||
Kconfig | ||
Kconfig.lmp90xxx | ||
Kconfig.mcp320x | ||
Kconfig.mcux | ||
Kconfig.nrfx | ||
Kconfig.sam_afec | ||
Kconfig.sam0 | ||
Kconfig.stm32 | ||
Kconfig.xec |