commit | 138c8a75620702ff0a7bb08147d5b98c0ddb5d1b | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Sep 07 20:31:21 2018 +0900 |
committer | Simon Glass <sjg@chromium.org> | Tue Sep 18 13:23:33 2018 -0600 |
tree | c92549255a592a79bc6c2c77f5978d6372d4f938 | |
parent | 383d2568a76a0eeb29ef4df13cc4d7a06f626101 [diff] |
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>