dm: treewide: Update 'auto' declarations to be on one line
authorSimon Glass <sjg@chromium.org>
Thu, 3 Dec 2020 23:55:22 +0000 (16:55 -0700)
committerSimon Glass <sjg@chromium.org>
Sun, 13 Dec 2020 23:51:09 +0000 (16:51 -0700)
commitb012ff1f1b0d662587dcf8707fe7cbf1c1f35d2f
tree1e304c0d3f3a1a7598d6e35814d1ecd8cd8c6447
parentd1998a9fde0a917d6496299f6a97b6bccfdc6724
dm: treewide: Update 'auto' declarations to be on one line

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@chromium.org>
12 files changed:
arch/x86/cpu/intel_common/p2sb.c
drivers/i2c/i2c-emul-uclass.c
drivers/misc/p2sb-uclass.c
drivers/pci/pci-uclass.c
drivers/pci/pci_sandbox.c
drivers/power/regulator/regulator-uclass.c
drivers/remoteproc/rproc-uclass.c
drivers/spi/spi-uclass.c
drivers/usb/emul/sandbox_hub.c
drivers/video/nexell_display.c
test/dm/bus.c
test/dm/test-uclass.c