Skip to content

Commit

Permalink
efi_loader: correct efi_set_variable_int() description
Browse files Browse the repository at this point in the history
The name used in the function description must match the function.

Signed-off-by: Heinrich Schuchardt <[email protected]>
Reviewed-by: Ilias Apalodimas <[email protected]>
  • Loading branch information
xypron committed Sep 21, 2024
1 parent 016c39c commit 89d911e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/efi_variable.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 89d911e

Please sign in to comment.