]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commiteba313cec7cebe5382a7f5dbb491a9623dffa1bf
tree1e304c0d3f3a1a7598d6e35814d1ecd8cd8c6447
parent20b33a065a731f9713906448b3f6b482fa16078f
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