diff --git a/drivers/adc/adc_stm32.c b/drivers/adc/adc_stm32.c index f67e1d29e26..b8fe51d2c62 100644 --- a/drivers/adc/adc_stm32.c +++ b/drivers/adc/adc_stm32.c @@ -21,7 +21,7 @@ #include LOG_MODULE_REGISTER(adc_stm32); -#include +#include #if !defined(CONFIG_SOC_SERIES_STM32F0X) && \ !defined(CONFIG_SOC_SERIES_STM32L0X) diff --git a/drivers/can/can_stm32.c b/drivers/can/can_stm32.c index d97b4452bb3..c61fd0f4965 100644 --- a/drivers/can/can_stm32.c +++ b/drivers/can/can_stm32.c @@ -4,7 +4,7 @@ * SPDX-License-Identifier: Apache-2.0 */ -#include +#include #include #include #include diff --git a/drivers/clock_control/clock_stm32_ll_common.c b/drivers/clock_control/clock_stm32_ll_common.c index 09bae73bf3e..8e921e94954 100644 --- a/drivers/clock_control/clock_stm32_ll_common.c +++ b/drivers/clock_control/clock_stm32_ll_common.c @@ -9,7 +9,7 @@ #include #include #include -#include +#include #include "clock_stm32_ll_common.h" /* Macros to fill up prescaler values */ diff --git a/drivers/clock_control/clock_stm32_ll_h7.c b/drivers/clock_control/clock_stm32_ll_h7.c index 0e07ddebcdf..3ef7bfc1b8a 100644 --- a/drivers/clock_control/clock_stm32_ll_h7.c +++ b/drivers/clock_control/clock_stm32_ll_h7.c @@ -8,7 +8,7 @@ #include #include #include -#include +#include /* Macros to fill up prescaler values */ #define z_sysclk_prescaler(v) LL_RCC_SYSCLK_DIV_ ## v diff --git a/drivers/clock_control/clock_stm32_ll_mp1.c b/drivers/clock_control/clock_stm32_ll_mp1.c index 5211d8df227..642af657f5c 100644 --- a/drivers/clock_control/clock_stm32_ll_mp1.c +++ b/drivers/clock_control/clock_stm32_ll_mp1.c @@ -7,7 +7,7 @@ #include #include #include -#include +#include /** * @brief fill in AHB/APB buses configuration structure diff --git a/drivers/clock_control/clock_stm32f0_f3.c b/drivers/clock_control/clock_stm32f0_f3.c index 9fb0135d63a..d35b03cee99 100644 --- a/drivers/clock_control/clock_stm32f0_f3.c +++ b/drivers/clock_control/clock_stm32f0_f3.c @@ -9,7 +9,7 @@ #include #include #include -#include +#include #include "clock_stm32_ll_common.h" diff --git a/drivers/clock_control/clock_stm32f1.c b/drivers/clock_control/clock_stm32f1.c index 2ed20c01057..39bf96790b9 100644 --- a/drivers/clock_control/clock_stm32f1.c +++ b/drivers/clock_control/clock_stm32f1.c @@ -9,7 +9,7 @@ #include #include #include -#include +#include #include "clock_stm32_ll_common.h" diff --git a/drivers/clock_control/clock_stm32f2_f4_f7.c b/drivers/clock_control/clock_stm32f2_f4_f7.c index 88c33e821b3..b9a574d48c4 100644 --- a/drivers/clock_control/clock_stm32f2_f4_f7.c +++ b/drivers/clock_control/clock_stm32f2_f4_f7.c @@ -9,7 +9,7 @@ #include #include #include -#include +#include #include "clock_stm32_ll_common.h" diff --git a/drivers/clock_control/clock_stm32g0.c b/drivers/clock_control/clock_stm32g0.c index 4d5682e8f7b..f0c509718dc 100644 --- a/drivers/clock_control/clock_stm32g0.c +++ b/drivers/clock_control/clock_stm32g0.c @@ -10,7 +10,7 @@ #include #include #include -#include +#include #include "clock_stm32_ll_common.h" diff --git a/drivers/clock_control/clock_stm32g4.c b/drivers/clock_control/clock_stm32g4.c index 9df6d7335aa..635c264a5bf 100644 --- a/drivers/clock_control/clock_stm32g4.c +++ b/drivers/clock_control/clock_stm32g4.c @@ -8,7 +8,7 @@ #include #include #include -#include +#include #include "clock_stm32_ll_common.h" diff --git a/drivers/clock_control/clock_stm32l0_l1.c b/drivers/clock_control/clock_stm32l0_l1.c index 218e60f1fa3..2915bb6a03b 100644 --- a/drivers/clock_control/clock_stm32l0_l1.c +++ b/drivers/clock_control/clock_stm32l0_l1.c @@ -9,7 +9,7 @@ #include #include #include -#include +#include #include "clock_stm32_ll_common.h" diff --git a/drivers/clock_control/clock_stm32l4_wb.c b/drivers/clock_control/clock_stm32l4_wb.c index dff7a7a311e..972a7b3c477 100644 --- a/drivers/clock_control/clock_stm32l4_wb.c +++ b/drivers/clock_control/clock_stm32l4_wb.c @@ -9,7 +9,7 @@ #include #include #include -#include +#include #include "clock_stm32_ll_common.h" diff --git a/drivers/counter/counter_ll_stm32_rtc.c b/drivers/counter/counter_ll_stm32_rtc.c index 5ccda96f2a6..51464a43acf 100644 --- a/drivers/counter/counter_ll_stm32_rtc.c +++ b/drivers/counter/counter_ll_stm32_rtc.c @@ -11,7 +11,7 @@ #include -#include +#include #include #include #include diff --git a/drivers/dma/dma_stm32.c b/drivers/dma/dma_stm32.c index 05ca4d45c01..4747a60a9ad 100644 --- a/drivers/dma/dma_stm32.c +++ b/drivers/dma/dma_stm32.c @@ -17,7 +17,7 @@ #include LOG_MODULE_REGISTER(dma_stm32); -#include +#include static u32_t table_m_size[] = { LL_DMA_MDATAALIGN_BYTE, diff --git a/drivers/entropy/entropy_stm32.c b/drivers/entropy/entropy_stm32.c index d2b327be982..fffe6113c76 100644 --- a/drivers/entropy/entropy_stm32.c +++ b/drivers/entropy/entropy_stm32.c @@ -15,7 +15,7 @@ #include #include #include -#include +#include #if !defined(CONFIG_SOC_SERIES_STM32L4X) && !defined(CONFIG_SOC_SERIES_STM32F4X) && !defined(CONFIG_SOC_SERIES_STM32F7X) && !defined(CONFIG_SOC_SERIES_STM32G4X) #error RNG only available on STM32F4, STM32F7, STM32L4 and STM32G4 series diff --git a/drivers/ethernet/eth_stm32_hal.c b/drivers/ethernet/eth_stm32_hal.c index 2d53673ced0..d538f1c4d9e 100644 --- a/drivers/ethernet/eth_stm32_hal.c +++ b/drivers/ethernet/eth_stm32_hal.c @@ -22,7 +22,7 @@ LOG_MODULE_REGISTER(LOG_MODULE_NAME); #include #include #include -#include +#include #include "eth_stm32_hal_priv.h" diff --git a/drivers/flash/flash_stm32.h b/drivers/flash/flash_stm32.h index 0f233058bbe..1b60017dda5 100644 --- a/drivers/flash/flash_stm32.h +++ b/drivers/flash/flash_stm32.h @@ -17,7 +17,7 @@ defined(CONFIG_SOC_SERIES_STM32G0X) || \ defined(CONFIG_SOC_SERIES_STM32G4X) #include -#include +#include #endif struct flash_stm32_priv { diff --git a/drivers/gpio/gpio_stm32.c b/drivers/gpio/gpio_stm32.c index 9b5e78659a9..d200fa982c9 100644 --- a/drivers/gpio/gpio_stm32.c +++ b/drivers/gpio/gpio_stm32.c @@ -10,7 +10,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/drivers/gpio/gpio_stm32.h b/drivers/gpio/gpio_stm32.h index a798cceca82..cf03341ed2d 100644 --- a/drivers/gpio/gpio_stm32.h +++ b/drivers/gpio/gpio_stm32.h @@ -11,7 +11,7 @@ * @file header for STM32 GPIO */ -#include +#include #include #include diff --git a/drivers/i2c/i2c_ll_stm32.c b/drivers/i2c/i2c_ll_stm32.c index fe11cd1af9b..5253ca63a46 100644 --- a/drivers/i2c/i2c_ll_stm32.c +++ b/drivers/i2c/i2c_ll_stm32.c @@ -5,7 +5,7 @@ * SPDX-License-Identifier: Apache-2.0 */ -#include +#include #include #include #include diff --git a/drivers/i2c/i2c_ll_stm32_v1.c b/drivers/i2c/i2c_ll_stm32_v1.c index e8ed68b9e83..2fd07c26797 100644 --- a/drivers/i2c/i2c_ll_stm32_v1.c +++ b/drivers/i2c/i2c_ll_stm32_v1.c @@ -8,7 +8,7 @@ * */ -#include +#include #include #include #include diff --git a/drivers/i2c/i2c_ll_stm32_v2.c b/drivers/i2c/i2c_ll_stm32_v2.c index f0ac4a5ba19..f3496f4313b 100644 --- a/drivers/i2c/i2c_ll_stm32_v2.c +++ b/drivers/i2c/i2c_ll_stm32_v2.c @@ -8,7 +8,7 @@ * */ -#include +#include #include #include #include diff --git a/drivers/i2s/i2s_ll_stm32.c b/drivers/i2s/i2s_ll_stm32.c index 54669a7236e..4c780846f91 100644 --- a/drivers/i2s/i2s_ll_stm32.c +++ b/drivers/i2s/i2s_ll_stm32.c @@ -9,7 +9,7 @@ #include #include #include -#include +#include #include #include "i2s_ll_stm32.h" diff --git a/drivers/ipm/ipm_stm32_ipcc.c b/drivers/ipm/ipm_stm32_ipcc.c index 9b1cf62b27d..8bcdd646400 100644 --- a/drivers/ipm/ipm_stm32_ipcc.c +++ b/drivers/ipm/ipm_stm32_ipcc.c @@ -10,7 +10,7 @@ #include #include -#include +#include #include LOG_MODULE_REGISTER(ipm_stm32_ipcc, CONFIG_IPM_LOG_LEVEL); diff --git a/drivers/pinmux/stm32/pinmux_stm32.c b/drivers/pinmux/stm32/pinmux_stm32.c index f70bee26ff1..fbe63fd6974 100644 --- a/drivers/pinmux/stm32/pinmux_stm32.c +++ b/drivers/pinmux/stm32/pinmux_stm32.c @@ -18,7 +18,7 @@ #include #include #include -#include +#include #include #ifdef CONFIG_SOC_SERIES_STM32MP1X diff --git a/drivers/pwm/pwm_stm32.c b/drivers/pwm/pwm_stm32.c index 584caa4a7ad..5a2b3411fba 100644 --- a/drivers/pwm/pwm_stm32.c +++ b/drivers/pwm/pwm_stm32.c @@ -12,7 +12,7 @@ #include #include -#include +#include #include "pwm_stm32.h" diff --git a/drivers/serial/uart_stm32.c b/drivers/serial/uart_stm32.c index 3d0dd1ca846..73a918f1a46 100644 --- a/drivers/serial/uart_stm32.c +++ b/drivers/serial/uart_stm32.c @@ -21,7 +21,7 @@ #include #include -#include +#include #include "uart_stm32.h" #include diff --git a/drivers/spi/spi_ll_stm32.c b/drivers/spi/spi_ll_stm32.c index 6d15a4fc395..268e3450666 100644 --- a/drivers/spi/spi_ll_stm32.c +++ b/drivers/spi/spi_ll_stm32.c @@ -15,7 +15,7 @@ LOG_MODULE_REGISTER(spi_ll_stm32); #include #include -#include +#include #include #include "spi_ll_stm32.h" diff --git a/drivers/usb/device/usb_dc_stm32.c b/drivers/usb/device/usb_dc_stm32.c index 4e337743d9a..4119f008b9c 100644 --- a/drivers/usb/device/usb_dc_stm32.c +++ b/drivers/usb/device/usb_dc_stm32.c @@ -47,7 +47,7 @@ #include #include #include -#include +#include #include #include diff --git a/drivers/watchdog/wdt_wwdg_stm32.c b/drivers/watchdog/wdt_wwdg_stm32.c index 58b78df725a..6944ee69494 100644 --- a/drivers/watchdog/wdt_wwdg_stm32.c +++ b/drivers/watchdog/wdt_wwdg_stm32.c @@ -8,7 +8,7 @@ #include #include #include -#include +#include #include #include "wdt_wwdg_stm32.h" diff --git a/drivers/watchdog/wdt_wwdg_stm32.h b/drivers/watchdog/wdt_wwdg_stm32.h index 0826ede9a0e..30f411edf3e 100644 --- a/drivers/watchdog/wdt_wwdg_stm32.h +++ b/drivers/watchdog/wdt_wwdg_stm32.h @@ -8,7 +8,7 @@ #define ZEPHYR_DRIVERS_WATCHDOG_WWDG_STM32_H_ #include -#include +#include #include /** diff --git a/tests/drivers/i2c/i2c_slave_api/common/i2c_virtual.c b/tests/drivers/i2c/i2c_slave_api/common/i2c_virtual.c index e37417efe59..1c55ef9016c 100644 --- a/tests/drivers/i2c/i2c_slave_api/common/i2c_virtual.c +++ b/tests/drivers/i2c/i2c_slave_api/common/i2c_virtual.c @@ -4,7 +4,7 @@ * SPDX-License-Identifier: Apache-2.0 */ -#include +#include #include #include #include