efi: libstub: fix efi_load_initrd_dev_path() kernel-doc comment
authorJialin Zhang <zhangjialin11@huawei.com>
Tue, 8 Nov 2022 02:53:10 +0000 (10:53 +0800)
committerArd Biesheuvel <ardb@kernel.org>
Fri, 18 Nov 2022 08:14:09 +0000 (09:14 +0100)
commitd981a88c1669aa350f06db142860564e4330ed0c
tree76a71151ef4a5048f7c82be244dc93c7dc0299f6
parent1fff234de2b6047ee311c6bf88f31ad5008f2889
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 <zhangjialin11@huawei.com>
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
drivers/firmware/efi/libstub/efi-stub-helper.c