U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Jerome Forissier <jerome@forissier.org>
To: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>, u-boot@lists.denx.de
Cc: Tom Rini <trini@konsulko.com>
Subject: Re: [PATCH] Add missing “net” prefix in help net
Date: Fri, 2 Jan 2026 16:19:03 +0100	[thread overview]
Message-ID: <e2529768-467d-4bf5-a27f-9e50b8defdb1@forissier.org> (raw)
In-Reply-To: <20251227181852.4404-1-linkmauve@linkmauve.fr>

On 12/27/25 19:18, Emmanuel Gil Peyrot wrote:
> From: Link Mauve <linkmauve@linkmauve.fr>
> 
> The usage of the net sub-system was missing the complete command for “net
> stats”.
> 
> Signed-off-by: Link Mauve <linkmauve@linkmauve.fr>

Not sure this is a valid S-o-b as per the U-Boot guidelines (real name
required?). Tom?

> ---
>  cmd/net-common.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/cmd/net-common.c b/cmd/net-common.c
> index 1c6f11cd435..6f33d15d695 100644
> --- a/cmd/net-common.c
> +++ b/cmd/net-common.c
> @@ -103,4 +103,4 @@ static int do_net(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
>  
>  U_BOOT_CMD(net, 3, 1, do_net, "NET sub-system",
>  	   "list - list available devices\n"
> -	   "stats <device> - dump statistics for specified device\n");
> +	   "net stats <device> - dump statistics for specified device\n");

Apart from the S-o-b, the rest is:

Reviewed-by: Jerome Forissier <jerome@forissier.org>

Thanks,
-- 
Jerome

  reply	other threads:[~2026-01-02 15:19 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-27 18:18 [PATCH] Add missing “net” prefix in help net Emmanuel Gil Peyrot
2026-01-02 15:19 ` Jerome Forissier [this message]
2026-01-02 15:43   ` Tom Rini
2026-01-02 16:03     ` Link Mauve
2026-01-02 16:13       ` Tom Rini
2026-02-03 20:42     ` Tom Rini

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=e2529768-467d-4bf5-a27f-9e50b8defdb1@forissier.org \
    --to=jerome@forissier.org \
    --cc=linkmauve@linkmauve.fr \
    --cc=trini@konsulko.com \
    --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