Re: [U-Boot] [PATCH] dm: fix alignment of help message of "dm" command

2018-09-28 Thread Simon Glass
On 7 September 2018 at 06:17, Bin Meng wrote: > On Fri, Sep 7, 2018 at 7:32 PM Masahiro Yamada > wrote: >> >> Currently, "help dm" shows as follows: >> >> => help dm >> dm - Driver model low level access >> >> Usage: >> dm tree Dump driver model tree ('*' = activated) >> dm uclass

Re: [U-Boot] [PATCH] dm: fix alignment of help message of "dm" command

2018-09-07 Thread Bin Meng
On Fri, Sep 7, 2018 at 7:32 PM Masahiro Yamada wrote: > > Currently, "help dm" shows as follows: > > => help dm > dm - Driver model low level access > > Usage: > dm tree Dump driver model tree ('*' = activated) > dm uclassDump list of instances for each uclass > dm devresDu

[U-Boot] [PATCH] dm: fix alignment of help message of "dm" command

2018-09-07 Thread Masahiro Yamada
Currently, "help dm" shows as follows: => help dm dm - Driver model low level access Usage: dm tree Dump driver model tree ('*' = activated) dm uclassDump list of instances for each uclass dm devresDump list of device resources for each device Signed-off-by: Masahiro Yama