From: Heinrich Schuchardt Date: Tue, 21 Dec 2021 08:09:48 +0000 (+0100) Subject: efi: fix typo in description of struct efi_entry_hdr X-Git-Tag: v2025.01-rc5-pxa1908~1591^2~2^2~19 X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=40e5b53ea0dc67cdff3e6e7d8cac7b258a9d885b;p=u-boot.git efi: fix typo in description of struct efi_entry_hdr Add missing colon. Signed-off-by: Heinrich Schuchardt --- diff --git a/include/efi.h b/include/efi.h index 0ec5913ddd..1432038838 100644 --- a/include/efi.h +++ b/include/efi.h @@ -321,7 +321,7 @@ struct efi_info_hdr { * struct efi_entry_hdr - Header for a table entry * * @type: enum eft_entry_t - * @size size of entry bytes excluding header and padding + * @size: size of entry bytes excluding header and padding * @addr: address of this entry (0 if it follows the header ) * @link: size of entry including header and padding * @spare1: Spare space for expansion