diff --git a/arch/x86/core/CMakeLists.txt b/arch/x86/core/CMakeLists.txt index c32454c54ff..e05a2ed034b 100644 --- a/arch/x86/core/CMakeLists.txt +++ b/arch/x86/core/CMakeLists.txt @@ -27,4 +27,3 @@ if(CONFIG_X86_64) else() include(ia32.cmake) endif() - diff --git a/boards/arm/google_kukui/google_kukui.dts b/boards/arm/google_kukui/google_kukui.dts index d6b21a4d3bf..f5b2e76eae6 100644 --- a/boards/arm/google_kukui/google_kukui.dts +++ b/boards/arm/google_kukui/google_kukui.dts @@ -37,4 +37,3 @@ }; }; }; - diff --git a/boards/arm/mec1501modular_assy6885/mec1501modular_assy6885_defconfig b/boards/arm/mec1501modular_assy6885/mec1501modular_assy6885_defconfig index ce0b9190b35..7d9283c20e9 100644 --- a/boards/arm/mec1501modular_assy6885/mec1501modular_assy6885_defconfig +++ b/boards/arm/mec1501modular_assy6885/mec1501modular_assy6885_defconfig @@ -27,4 +27,4 @@ CONFIG_I2C_INIT_PRIORITY=60 CONFIG_ESPI=y CONFIG_ESPI_PERIPHERAL_UART_SOC_MAPPING=1 -CONFIG_SOC_POWER_MANAGEMENT=y \ No newline at end of file +CONFIG_SOC_POWER_MANAGEMENT=y diff --git a/boards/arm/mimxrt1010_evk/doc/index.rst b/boards/arm/mimxrt1010_evk/doc/index.rst index cb400f53742..94ad055db4c 100644 --- a/boards/arm/mimxrt1010_evk/doc/index.rst +++ b/boards/arm/mimxrt1010_evk/doc/index.rst @@ -191,4 +191,3 @@ see the following message in the terminal: .. _i.MX RT1010 Reference Manual: https://www.nxp.com/docs/en/reference-manual/IMXRT1010RM.pdf - diff --git a/boards/arm/mm_swiftio/doc/index.rst b/boards/arm/mm_swiftio/doc/index.rst index 9f87fde7ea0..ac648e8496e 100644 --- a/boards/arm/mm_swiftio/doc/index.rst +++ b/boards/arm/mm_swiftio/doc/index.rst @@ -233,4 +233,4 @@ see the following message in the terminal: https://madmachine.io .. _SwiftIO API Reference: - https://madmachine.io/docs \ No newline at end of file + https://madmachine.io/docs diff --git a/boards/arm/mm_swiftio/mm_swiftio_defconfig b/boards/arm/mm_swiftio/mm_swiftio_defconfig index 862b3b3fbb4..6e6aeb9cab6 100644 --- a/boards/arm/mm_swiftio/mm_swiftio_defconfig +++ b/boards/arm/mm_swiftio/mm_swiftio_defconfig @@ -13,4 +13,4 @@ CONFIG_SERIAL=y CONFIG_CORTEX_M_SYSTICK=y CONFIG_GPIO=y CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=600000000 -CONFIG_ARM_MPU=y \ No newline at end of file +CONFIG_ARM_MPU=y diff --git a/drivers/entropy/entropy_litex.c b/drivers/entropy/entropy_litex.c index b2c9c4ca828..c0a3cb37672 100644 --- a/drivers/entropy/entropy_litex.c +++ b/drivers/entropy/entropy_litex.c @@ -61,4 +61,3 @@ DEVICE_AND_API_INIT(entropy_prbs, CONFIG_ENTROPY_NAME, entropy_prbs_init, NULL, NULL, PRE_KERNEL_1, CONFIG_KERNEL_INIT_PRIORITY_DEVICE, &entropy_prbs_api); - diff --git a/samples/display/lvgl/boards/native_posix.conf b/samples/display/lvgl/boards/native_posix.conf index 77136ee89c4..2803850b254 100644 --- a/samples/display/lvgl/boards/native_posix.conf +++ b/samples/display/lvgl/boards/native_posix.conf @@ -2,4 +2,3 @@ CONFIG_SDL_DISPLAY=y CONFIG_SDL_DISPLAY_DEV_NAME="DISPLAY" CONFIG_SDL_DISPLAY_X_RES=320 CONFIG_SDL_DISPLAY_Y_RES=240 - diff --git a/samples/display/lvgl/boards/native_posix_64.conf b/samples/display/lvgl/boards/native_posix_64.conf index 77136ee89c4..2803850b254 100644 --- a/samples/display/lvgl/boards/native_posix_64.conf +++ b/samples/display/lvgl/boards/native_posix_64.conf @@ -2,4 +2,3 @@ CONFIG_SDL_DISPLAY=y CONFIG_SDL_DISPLAY_DEV_NAME="DISPLAY" CONFIG_SDL_DISPLAY_X_RES=320 CONFIG_SDL_DISPLAY_Y_RES=240 - diff --git a/samples/drivers/display/dts_fixup.h b/samples/drivers/display/dts_fixup.h index 0b0166b7c95..0baa0f6719d 100644 --- a/samples/drivers/display/dts_fixup.h +++ b/samples/drivers/display/dts_fixup.h @@ -31,4 +31,3 @@ #ifdef CONFIG_DUMMY_DISPLAY_DEV_NAME #define DISPLAY_DEV_NAME CONFIG_DUMMY_DISPLAY_DEV_NAME #endif - diff --git a/samples/net/cloud/mqtt_azure/overlay-qemu_x86.conf b/samples/net/cloud/mqtt_azure/overlay-qemu_x86.conf index e6656be0a66..35e2caaf804 100644 --- a/samples/net/cloud/mqtt_azure/overlay-qemu_x86.conf +++ b/samples/net/cloud/mqtt_azure/overlay-qemu_x86.conf @@ -1,4 +1,3 @@ - # Disable DHCPv4 and use static address CONFIG_NET_DHCPV4=n diff --git a/samples/subsys/usb/testusb/src/main.c b/samples/subsys/usb/testusb/src/main.c index 765e33066a9..2610f6a902f 100644 --- a/samples/subsys/usb/testusb/src/main.c +++ b/samples/subsys/usb/testusb/src/main.c @@ -21,4 +21,3 @@ void main(void) LOG_INF("entered main."); } - diff --git a/samples/subsys/usb/webusb/src/main.c b/samples/subsys/usb/webusb/src/main.c index 4aea56a02d7..df5749c4907 100644 --- a/samples/subsys/usb/webusb/src/main.c +++ b/samples/subsys/usb/webusb/src/main.c @@ -299,4 +299,3 @@ void main(void) usb_bos_register_cap((void *)&bos_cap_webusb); usb_bos_register_cap((void *)&bos_cap_msosv2); } - diff --git a/scripts/sanity_chk/hwmap-schema.yaml b/scripts/sanity_chk/hwmap-schema.yaml index 21baf1af470..a3143c5f669 100644 --- a/scripts/sanity_chk/hwmap-schema.yaml +++ b/scripts/sanity_chk/hwmap-schema.yaml @@ -32,4 +32,4 @@ sequence: required: false "pre_script": type: str - required: false \ No newline at end of file + required: false diff --git a/soc/arm/microchip_mec/mec1501/power.c b/soc/arm/microchip_mec/mec1501/power.c index ec732ba93a3..e86dc2f0882 100644 --- a/soc/arm/microchip_mec/mec1501/power.c +++ b/soc/arm/microchip_mec/mec1501/power.c @@ -140,4 +140,3 @@ void _sys_pm_power_state_exit_post_ops(enum power_states state) break; } } - diff --git a/soc/arm/ti_simplelink/cc32xx/cc32xx_debug.ld b/soc/arm/ti_simplelink/cc32xx/cc32xx_debug.ld index a668646a403..6e5e9e6a020 100644 --- a/soc/arm/ti_simplelink/cc32xx/cc32xx_debug.ld +++ b/soc/arm/ti_simplelink/cc32xx/cc32xx_debug.ld @@ -8,4 +8,4 @@ /* Add CC32xx flash header to disable flash verification */ . = 0x0; KEEP(*(.dbghdr)) -KEEP(*(".dbghdr.*")) \ No newline at end of file +KEEP(*(".dbghdr.*")) diff --git a/tests/bluetooth/shell/prj.conf b/tests/bluetooth/shell/prj.conf index 5da865b8a6d..b2248f2dcaa 100644 --- a/tests/bluetooth/shell/prj.conf +++ b/tests/bluetooth/shell/prj.conf @@ -33,4 +33,3 @@ CONFIG_FLASH_PAGE_LAYOUT=y CONFIG_FLASH_MAP=y CONFIG_NVS=y CONFIG_SETTINGS=y - diff --git a/tests/bluetooth/tester/default.conf b/tests/bluetooth/tester/default.conf index 95536f87c04..a402483d32a 100644 --- a/tests/bluetooth/tester/default.conf +++ b/tests/bluetooth/tester/default.conf @@ -39,4 +39,3 @@ CONFIG_BT_TINYCRYPT_ECC=y CONFIG_BT_TESTING=y CONFIG_UART_CONSOLE=n - diff --git a/tests/drivers/eeprom/prj_qemu_x86.conf b/tests/drivers/eeprom/prj_qemu_x86.conf index 7438b7eddba..6298261c142 100644 --- a/tests/drivers/eeprom/prj_qemu_x86.conf +++ b/tests/drivers/eeprom/prj_qemu_x86.conf @@ -1,4 +1,4 @@ CONFIG_ZTEST=y CONFIG_TEST_USERSPACE=y CONFIG_EEPROM=y -CONFIG_EEPROM_SIMULATOR=y \ No newline at end of file +CONFIG_EEPROM_SIMULATOR=y