[PATCH 1/1] efi_loader: correct struct efi_priv description
Ilias Apalodimas
ilias.apalodimas at linaro.org
Mon Nov 10 12:53:32 CET 2025
On Tue, 4 Nov 2025 at 13:03, Heinrich Schuchardt
<heinrich.schuchardt at canonical.com> wrote:
>
> Add a missing colon ':' to match Sphinx style.
>
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas at linaro.org>
> ---
> include/efi.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/efi.h b/include/efi.h
> index 66725b876f9..b98871fedad 100644
> --- a/include/efi.h
> +++ b/include/efi.h
> @@ -454,7 +454,7 @@ static inline struct efi_mem_desc *efi_get_next_mem_desc(
> * @memmap_key: Key returned from get_memory_map()
> * @memmap_desc: List of memory-map records
> * @memmap_alloc: Amount of memory allocated for memory map list
> - * @memmap_size Size of memory-map list in bytes
> + * @memmap_size: Size of memory-map list in bytes
> * @memmap_desc_size: Size of an individual memory-map record, in bytes
> * @memmap_version: Memory-map version
> *
> --
> 2.51.0
>
More information about the U-Boot
mailing list