]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
global: Add expected space between '#include' and directive master
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 96b2c28825fe263349b4a602c0dc8dab1f319929..5ad4d3f0e5ccd502801dcb4fba85eb2d34111d88 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 3ac494f012637ea2d8a24a3c3001320f3bbf5366..f9161f1fe111ff97f7aa79f10b21c3b0ab1dad32 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 89ae73f2ba482ada9e215665a6e882f88529227c..66ff93b2982b68ab960b5a10cdbc137945bb0b43 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>