mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
efi: Correct comment on efi_memmap_alloc
Returning zero means success now. Signed-off-by: Liu Zixian <[email protected]> Signed-off-by: Ard Biesheuvel <[email protected]>
This commit is contained in:
committed by
Ard Biesheuvel
parent
902c2d9158
commit
db01ea882b
@@ -59,8 +59,7 @@ static void __init efi_memmap_free(void)
|
||||
* Depending on whether mm_init() has already been invoked or not,
|
||||
* either memblock or "normal" page allocation is used.
|
||||
*
|
||||
* Returns the physical address of the allocated memory map on
|
||||
* success, zero on failure.
|
||||
* Returns zero on success, a negative error code on failure.
|
||||
*/
|
||||
int __init efi_memmap_alloc(unsigned int num_entries,
|
||||
struct efi_memory_map_data *data)
|
||||
|
||||
Reference in New Issue
Block a user