Re: [PATCH] dm: core: fix a typo in help text

2022-08-26 Thread Simon Glass
On Sun, 21 Aug 2022 at 07:45, Sergei Antonov wrote: > > Signed-off-by: Sergei Antonov > --- > cmd/dm.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Simon Glass (but please always add a commit message) > Applied to u-boot-dm, thanks!

Re: [PATCH] dm: core: fix a typo in help text

2022-08-21 Thread Simon Glass
On Sun, 21 Aug 2022 at 07:45, Sergei Antonov wrote: > > Signed-off-by: Sergei Antonov > --- > cmd/dm.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Simon Glass (but please always add a commit message) > > diff --git a/cmd/dm.c b/cmd/dm.c > index eb40f0865fe0..218be85

[PATCH] dm: core: fix a typo in help text

2022-08-21 Thread Sergei Antonov
Signed-off-by: Sergei Antonov --- cmd/dm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/dm.c b/cmd/dm.c index eb40f0865fe0..218be85795d4 100644 --- a/cmd/dm.c +++ b/cmd/dm.c @@ -87,7 +87,7 @@ static char dm_help_text[] = "dm drivers Dump list of drivers wi