[PATCH 1/1] cmd/efidebug: fix some function descriptions

Ilias Apalodimas ilias.apalodimas at linaro.org
Thu Sep 19 09:05:43 CEST 2024


On Thu, 19 Sept 2024 at 00:43, Heinrich Schuchardt
<heinrich.schuchardt at canonical.com> wrote:
>
> The function name must match the name used in the description.
>
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
> ---
>  cmd/efidebug.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/cmd/efidebug.c b/cmd/efidebug.c
> index 1a191eb9994..e040fe75fa1 100644
> --- a/cmd/efidebug.c
> +++ b/cmd/efidebug.c
> @@ -665,7 +665,7 @@ enum efi_lo_dp_part {
>  };
>
>  /**
> - * create_lo_dp() - create a special device path for our Boot### option
> + * create_lo_dp_part() - create a special device path for our Boot### option
>   *
>   * @dev:       device
>   * @part:      disk partition
> @@ -1127,7 +1127,7 @@ static void show_efi_boot_opt(u16 *varname16)
>  }
>
>  /**
> - * show_efi_boot_dump() - dump all UEFI load options
> + * do_efi_boot_dump() - dump all UEFI load options
>   *
>   * @cmdtp:     Command table
>   * @flag:      Command flag
> --
> 2.45.2
>

Reviewed-by: Ilias Apalodimas <ilias.apalodimas at linaro.org>


More information about the U-Boot mailing list