diff options
| author | Tom Rini <[email protected]> | 2024-09-30 17:48:12 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-09-30 17:48:12 -0600 |
| commit | 3a0b829efc35227b1079a444f00e0729502197ad (patch) | |
| tree | 0b63050b1d46587a800c1a4e277a69170640da00 /include/efi_variable.h | |
| parent | ddbcafeb53e7093c58488596bfce6d8823777c3a (diff) | |
| parent | 9cfe0cab3bf135a505e1e163ca442a4e4064d58e (diff) | |
Merge tag 'v2024.10-rc6' into next
Prepare v2024.10-rc6
Diffstat (limited to 'include/efi_variable.h')
| -rw-r--r-- | include/efi_variable.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
