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:
@@ -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
|
||||
|
Reference in New Issue
Block a user