]> git.dujemihanovic.xyz Git - u-boot.git/commit
dm: fix formatting of uclass dump
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Tue, 19 Apr 2022 16:46:36 +0000 (18:46 +0200)
committerSimon Glass <sjg@chromium.org>
Tue, 28 Jun 2022 02:09:51 +0000 (03:09 +0100)
commitd3eb1bf7cf242440c966ff20114abbe7f94c4a46
tree6e61a6344b2b63be5f7a761e7950d15c4526f072
parent66995164ddbedd3449673052a10fc35917bf3d78
dm: fix formatting of uclass dump

Insert an empty line after each uclass independent of whether it has
devices or not.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
drivers/core/dump.c