mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-11 15:34:55 +00:00
efi_loader: correct efi_set_variable_int() description
The name used in the function description must match the function. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
This commit is contained in:
parent
016c39c3b2
commit
89d911e386
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue