mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-14 23:33:26 +08:00
efi_loader: description efi_convert_pointer()
Correct the description of function efi_convert_pointer(). Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
parent
9f888969fd
commit
7aeceffb25
@ -483,7 +483,7 @@ static __efi_runtime efi_status_t EFIAPI efi_convert_pointer_runtime(
|
||||
}
|
||||
|
||||
/**
|
||||
* efi_convert_pointer_runtime() - convert from physical to virtual pointer
|
||||
* efi_convert_pointer() - convert from physical to virtual pointer
|
||||
*
|
||||
* This function implements the ConvertPointer() runtime service until
|
||||
* the first call to SetVirtualAddressMap().
|
||||
@ -493,7 +493,7 @@ static __efi_runtime efi_status_t EFIAPI efi_convert_pointer_runtime(
|
||||
*
|
||||
* @debug_disposition: indicates if pointer may be converted to NULL
|
||||
* @address: pointer to be converted
|
||||
* Return: status code EFI_UNSUPPORTED
|
||||
* Return: status code
|
||||
*/
|
||||
static __efi_runtime efi_status_t EFIAPI efi_convert_pointer(
|
||||
efi_uintn_t debug_disposition, void **address)
|
||||
|
Loading…
Reference in New Issue
Block a user