提交 d981a88c 编写于 作者: J Jialin Zhang 提交者: Ard Biesheuvel

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

commit f4dc7fff ("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: NJialin Zhang <zhangjialin11@huawei.com>
Signed-off-by: NArd Biesheuvel <ardb@kernel.org>
上级 1fff234d
...@@ -483,8 +483,8 @@ static const struct { ...@@ -483,8 +483,8 @@ static const struct {
/** /**
* efi_load_initrd_dev_path() - load the initrd from the Linux initrd device path * 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 * @initrd: pointer of struct to store the address where the initrd was loaded
* @load_size: pointer to store the size of the loaded initrd * and the size of the loaded initrd
* @max: upper limit for the initrd memory allocation * @max: upper limit for the initrd memory allocation
* *
* Return: * Return:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册