[PATCH 1/1] efi_loader: correct efi_set_variable_int() description

Ilias Apalodimas ilias.apalodimas at linaro.org
Thu Sep 19 09:01:59 CEST 2024


On Thu, 19 Sept 2024 at 00:51, Heinrich Schuchardt
<heinrich.schuchardt at canonical.com> wrote:
>
> The name used in the function description must match the function.
>
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
> ---
>  include/efi_variable.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/efi_variable.h b/include/efi_variable.h
> index 223bb9a4a5b..4065cf45eca 100644
> --- a/include/efi_variable.h
> +++ b/include/efi_variable.h
> @@ -38,7 +38,7 @@ efi_status_t efi_get_variable_int(const u16 *variable_name,
>                                   void *data, u64 *timep);
>
>  /**
> - * efi_set_variable() - set value of a UEFI variable
> + * efi_set_variable_int() - set value of a UEFI variable
>   *
>   * @variable_name:     name of the variable
>   * @vendor:            vendor GUID
> --
> 2.45.2
>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas at linaro.org>


More information about the U-Boot mailing list