efi_loader: description efi_convert_pointer()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 22 Mar 2020 07:28:15 +0000 (08:28 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 22 Mar 2020 10:06:23 +0000 (11:06 +0100)
Correct the description of function efi_convert_pointer().

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_runtime.c

index 4be51335bcb6e8263dc91a4476ed89443cf5ff4c..6a25acbbcdf556d2174ac4eb8e5ce4afe5cdcb1d 100644 (file)
@@ -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)