commit | b012ff1f1b0d662587dcf8707fe7cbf1c1f35d2f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Dec 03 16:55:22 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Sun Dec 13 16:51:09 2020 -0700 |
tree | 1e304c0d3f3a1a7598d6e35814d1ecd8cd8c6447 | |
parent | d1998a9fde0a917d6496299f6a97b6bccfdc6724 [diff] |
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>