mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-18 06:58:54 +00:00
efi_loader: fix typo in efi_variable.c
%s/efi_efi_/efi_/ Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
parent
a332f25198
commit
8f89a574a9
1 changed files with 2 additions and 2 deletions
|
@ -148,7 +148,7 @@ static const char *parse_attr(const char *str, u32 *attrp)
|
|||
}
|
||||
|
||||
/**
|
||||
* efi_efi_get_variable() - retrieve value of a UEFI variable
|
||||
* efi_get_variable() - retrieve value of a UEFI variable
|
||||
*
|
||||
* This function implements the GetVariable runtime service.
|
||||
*
|
||||
|
@ -404,7 +404,7 @@ efi_status_t EFIAPI efi_get_next_variable_name(efi_uintn_t *variable_name_size,
|
|||
}
|
||||
|
||||
/**
|
||||
* efi_efi_set_variable() - set value of a UEFI variable
|
||||
* efi_set_variable() - set value of a UEFI variable
|
||||
*
|
||||
* This function implements the SetVariable runtime service.
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue