]> git.ipfire.org Git - thirdparty/u-boot.git/commit
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)
commitdc6c80056e21a27e28e1be62ac724302ef526841
treef8e4239597041f0c2c158703534079c3119657f0
parentc23688d0533db87c533e415be7809b435080c7e4
global: Add expected space between '#include' and directive

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