efi: libstub: fix efi_load_initrd_dev_path() kernel-doc comment

commit f4dc7fffa9 ("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>
This commit is contained in:
Jialin Zhang 2022-11-08 10:53:10 +08:00 коммит произвёл Ard Biesheuvel
Родитель 1fff234de2
Коммит d981a88c16
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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: