u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
From: Sergei Antonov <saproj@gmail.com>
To: u-boot@lists.denx.de
Cc: sjg@chromium.org, Sergei Antonov <saproj@gmail.com>
Subject: [PATCH] dm: core: fix a typo in help text
Date: Sun, 21 Aug 2022 16:45:08 +0300	[thread overview]
Message-ID: <20220821134508.424926-1-saproj@gmail.com> (raw)

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


             reply	other threads:[~2022-08-21 13:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-21 13:45 Sergei Antonov [this message]
2022-08-21 14:18 ` [PATCH] dm: core: fix a typo in help text Simon Glass
2022-08-27  1:59 ` Simon Glass

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220821134508.424926-1-saproj@gmail.com \
    --to=saproj@gmail.com \
    --cc=sjg@chromium.org \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).