]> git.baikalelectronics.ru Git - uboot.git/commit
dm: fix alignment of help message of "dm" command
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 7 Sep 2018 11:31:21 +0000 (20:31 +0900)
committerSimon Glass <sjg@chromium.org>
Tue, 18 Sep 2018 19:23:33 +0000 (13:23 -0600)
commit9d720b4558c20f6113dde0ccbf1c2d37af75e321
treec92549255a592a79bc6c2c77f5978d6372d4f938
parent78cf6c528f3fb9f8cedd49d48d6babd498f79e66
dm: fix alignment of help message of "dm" command

Currently, "help dm" shows as follows:

=> help dm
dm - Driver model low level access

Usage:
dm tree         Dump driver model tree ('*' = activated)
dm uclass        Dump list of instances for each uclass
dm devres        Dump list of device resources for each device

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Bin Meng <bmeng.cn@gmail.com>
test/dm/cmd_dm.c