efi/libstub: Fix the efi_load_initrd function description
authorAtish Patra <atish.patra@wdc.com>
Fri, 2 Jul 2021 19:10:44 +0000 (12:10 -0700)
committerArd Biesheuvel <ardb@kernel.org>
Fri, 16 Jul 2021 16:18:15 +0000 (18:18 +0200)
commit947228cb9f1a2c69a5da5279c48f02bb4f49ce32
treeeb0c746927a4047e0daca2220724d6a5ee250788
parent2bab693a608bdf614b9fcd44083c5100f34b9f77
efi/libstub: Fix the efi_load_initrd function description

The soft_limit and hard_limit in the function efi_load_initrd describes
the preferred and max address of initrd loading location respectively.
However, the description wrongly describes it as the size of the
allocated memory.

Fix the function description.

Signed-off-by: Atish Patra <atish.patra@wdc.com>
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
drivers/firmware/efi/libstub/efi-stub-helper.c