[U-Boot] [PATCH] cmd: env: fix a typo in a comment of do_env_set_efi()
Heinrich Schuchardt
xypron.glpk at gmx.de
Fri Oct 4 05:39:29 UTC 2019
On 10/4/19 6:46 AM, AKASHI Takahiro wrote:
> A wrong function name is referred to in a comment of do_env_set_efi().
>
> Signed-off-by: AKASHI Takahiro <takahiro.akashi at linaro.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
> ---
> cmd/nvedit_efi.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/cmd/nvedit_efi.c b/cmd/nvedit_efi.c
> index 795c95be0ef7..d882ecdcbb6e 100644
> --- a/cmd/nvedit_efi.c
> +++ b/cmd/nvedit_efi.c
> @@ -381,7 +381,7 @@ out:
> }
>
> /**
> - * do_env_print_efi() - set UEFI variable
> + * do_env_set_efi() - set UEFI variable
> *
> * @cmdtp: Command table
> * @flag: Command flag
>
More information about the U-Boot
mailing list