diff mbox series

[1/1] efi: fix typo in description of struct efi_entry_hdr

Message ID 20211221081148.42982-1-heinrich.schuchardt@canonical.com
State Accepted, archived
Commit 40e5b53ea0dc67cdff3e6e7d8cac7b258a9d885b
Delegated to: Heinrich Schuchardt
Headers show
Series [1/1] efi: fix typo in description of struct efi_entry_hdr | expand

Commit Message

Heinrich Schuchardt Dec. 21, 2021, 8:11 a.m. UTC
Add missing colon.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
---
 include/efi.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Simon Glass Dec. 28, 2021, 8:33 a.m. UTC | #1
On Tue, 21 Dec 2021 at 01:12, Heinrich Schuchardt
<heinrich.schuchardt@canonical.com> wrote:
>
> Add missing colon.
>
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
> ---
>  include/efi.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>

Reviewed-by: Simon Glass <sjg@chromium.org>
diff mbox series

Patch

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