[PATCH 7/9] dm: treewide: Update 'auto' declarations to be on one line
Simon Glass
sjg at chromium.org
Sun Dec 13 15:51:26 CET 2020
Fix up the code style for those declarations that should now fit onto one
line, which is all of them that currently do not.
This is needed for dtoc to detect the structs correctly, at present.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
arch/x86/cpu/intel_common/p2sb.c | 3 +--
drivers/i2c/i2c-emul-uclass.c | 3 +--
drivers/misc/p2sb-uclass.c | 3 +--
drivers/pci/pci-uclass.c | 3 +--
drivers/pci/pci_sandbox.c | 3 +--
drivers/power/regulator/regulator-uclass.c | 3 +--
drivers/remoteproc/rproc-uclass.c | 3 +--
drivers/spi/spi-uclass.c | 3 +--
drivers/usb/emul/sandbox_hub.c | 3 +--
drivers/video/nexell_display.c | 3 +--
test/dm/bus.c | 3 +--
test/dm/test-uclass.c | 3 +--
12 files changed, 12 insertions(+), 24 deletions(-)
Applied to u-boot-dm/next, thanks!
More information about the U-Boot
mailing list