global: Add expected space between '#include' and directive
authorTom Rini <trini@konsulko.com>
Sat, 4 Oct 2025 19:31:01 +0000 (13:31 -0600)
committerTom Rini <trini@konsulko.com>
Sat, 4 Oct 2025 19:31:01 +0000 (13:31 -0600)
These files had '#include<file.h>' rather than '#include <file.h>' which
while functional is not the correct style.

Signed-off-by: Tom Rini <trini@konsulko.com>
configs/am62x_evm_r5_ethboot_defconfig
configs/am65x_evm_r5_usbdfu_defconfig
drivers/usb/common/fsl-errata.c

index 96b2c28..5ad4d3f 100644 (file)
@@ -1,4 +1,4 @@
-#include<configs/am62x_evm_r5_defconfig>
+#include <configs/am62x_evm_r5_defconfig>
 
 CONFIG_ARM=y
 CONFIG_ARCH_K3=y
index 3ac494f..f9161f1 100644 (file)
@@ -1,4 +1,4 @@
-#include<configs/am65x_evm_r5_defconfig>
+#include <configs/am65x_evm_r5_defconfig>
 
 CONFIG_ARM=y
 CONFIG_ARCH_K3=y
index 89ae73f..66ff93b 100644 (file)
@@ -7,7 +7,7 @@
 
 #include <hwconfig.h>
 #include <fsl_errata.h>
-#include<fsl_usb.h>
+#include <fsl_usb.h>
 #if defined(CONFIG_FSL_LSCH2) || defined(CONFIG_FSL_LSCH3) || \
        defined(CONFIG_ARM)
 #include <asm/arch/clock.h>