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

Simon Glass sjg at chromium.org
Sun Aug 21 16:18:32 CEST 2022


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

Reviewed-by: Simon Glass <sjg at 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
>


More information about the U-Boot mailing list