From: Jialin Zhang Date: Tue, 8 Nov 2022 02:53:10 +0000 (+0800) Subject: efi: libstub: fix efi_load_initrd_dev_path() kernel-doc comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d981a88c1669aa350f06db142860564e4330ed0c;p=linux.git efi: libstub: fix efi_load_initrd_dev_path() kernel-doc comment commit f4dc7fffa987 ("efi: libstub: unify initrd loading between architectures") merge the first and the second parameters into a struct without updating the kernel-doc. Let's fix it. Signed-off-by: Jialin Zhang Signed-off-by: Ard Biesheuvel --- diff --git a/drivers/firmware/efi/libstub/efi-stub-helper.c b/drivers/firmware/efi/libstub/efi-stub-helper.c index 01680b11d46df..739454d8063af 100644 --- a/drivers/firmware/efi/libstub/efi-stub-helper.c +++ b/drivers/firmware/efi/libstub/efi-stub-helper.c @@ -483,8 +483,8 @@ static const struct { /** * efi_load_initrd_dev_path() - load the initrd from the Linux initrd device path - * @load_addr: pointer to store the address where the initrd was loaded - * @load_size: pointer to store the size of the loaded initrd + * @initrd: pointer of struct to store the address where the initrd was loaded + * and the size of the loaded initrd * @max: upper limit for the initrd memory allocation * * Return: