efi/libstub: Add one kernel-doc comment
authorYang Li <yang.lee@linux.alibaba.com>
Fri, 19 Jan 2024 10:06:35 +0000 (18:06 +0800)
committerArd Biesheuvel <ardb@kernel.org>
Tue, 30 Jan 2024 20:44:21 +0000 (21:44 +0100)
commitaa0e784dea7c1a026aabff9db1cb5d2bd92b3e92
tree25a4d42e906778e198818e14570ad62bb635d177
parent2f77465b05b1270c832b5e2ee27037672ad2a10a
efi/libstub: Add one kernel-doc comment

Add the description of @memory_type to silence the warning:
drivers/firmware/efi/libstub/alignedmem.c:27: warning: Function parameter or struct member 'memory_type' not described in 'efi_allocate_pages_aligned'

Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
[ardb: tweak comment]
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
drivers/firmware/efi/libstub/alignedmem.c