Re: [PATCH] Add missing “net” prefix in help net
Jerome Forissier
jerome at forissier.org
Fri Jan 2 16:19:03 CET 2026
On 12/27/25 19:18, Emmanuel Gil Peyrot wrote:
> From: Link Mauve <linkmauve at linkmauve.fr>
>
> The usage of the net sub-system was missing the complete command for “net
> stats”.
>
> Signed-off-by: Link Mauve <linkmauve at 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 at forissier.org>
Thanks,
--
Jerome
More information about the U-Boot
mailing list