u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
* [PATCH] dm: core: fix a typo in help text
@ 2022-08-21 13:45 Sergei Antonov
  2022-08-21 14:18 ` Simon Glass
  2022-08-27  1:59 ` Simon Glass
  0 siblings, 2 replies; 3+ messages in thread
From: Sergei Antonov @ 2022-08-21 13:45 UTC (permalink / raw)
  To: u-boot; +Cc: sjg, Sergei Antonov

Signed-off-by: Sergei Antonov <saproj@gmail.com>
---
 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 with uclass and instances\n"
 	DM_MEM_HELP
 	"dm static        Dump list of drivers with static platform data\n"
-	"dn tree          Dump tree of driver model devices ('*' = activated)\n"
+	"dm tree          Dump tree of driver model devices ('*' = activated)\n"
 	"dm uclass        Dump list of instances for each uclass"
 	;
 #endif
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] dm: core: fix a typo in help text
  2022-08-21 13:45 [PATCH] dm: core: fix a typo in help text Sergei Antonov
@ 2022-08-21 14:18 ` Simon Glass
  2022-08-27  1:59 ` Simon Glass
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Glass @ 2022-08-21 14:18 UTC (permalink / raw)
  To: Sergei Antonov; +Cc: U-Boot Mailing List

On Sun, 21 Aug 2022 at 07:45, Sergei Antonov <saproj@gmail.com> wrote:
>
> Signed-off-by: Sergei Antonov <saproj@gmail.com>
> ---
>  cmd/dm.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg@chromium.org>

(but please always add a commit message)


>
> 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 with uclass and instances\n"
>         DM_MEM_HELP
>         "dm static        Dump list of drivers with static platform data\n"
> -       "dn tree          Dump tree of driver model devices ('*' = activated)\n"
> +       "dm tree          Dump tree of driver model devices ('*' = activated)\n"
>         "dm uclass        Dump list of instances for each uclass"
>         ;
>  #endif
> --
> 2.34.1
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] dm: core: fix a typo in help text
  2022-08-21 13:45 [PATCH] dm: core: fix a typo in help text Sergei Antonov
  2022-08-21 14:18 ` Simon Glass
@ 2022-08-27  1:59 ` Simon Glass
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Glass @ 2022-08-27  1:59 UTC (permalink / raw)
  To: Simon Glass; +Cc: U-Boot Mailing List, Sergei Antonov

On Sun, 21 Aug 2022 at 07:45, Sergei Antonov <saproj@gmail.com> wrote:
>
> Signed-off-by: Sergei Antonov <saproj@gmail.com>
> ---
>  cmd/dm.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg@chromium.org>

(but please always add a commit message)


>
Applied to u-boot-dm, thanks!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-08-27  2:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-21 13:45 [PATCH] dm: core: fix a typo in help text Sergei Antonov
2022-08-21 14:18 ` Simon Glass
2022-08-27  1:59 ` Simon Glass

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).