* [PATCH] efi: efi.h: Remove extra semicolon
@ 2026-05-18 7:02 Rong Tao
2026-05-19 15:25 ` Ard Biesheuvel
0 siblings, 1 reply; 2+ messages in thread
From: Rong Tao @ 2026-05-18 7:02 UTC (permalink / raw)
To: Ard Biesheuvel, Ilias Apalodimas,
open list:EXTENSIBLE FIRMWARE INTERFACE (EFI),
open list
Cc: rongtao, rtoax
From: Rong Tao <rongtao@cestc.cn>
Remove extra semicolons from comments.
Signed-off-by: Rong Tao <rongtao@cestc.cn>
---
include/linux/efi.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/efi.h b/include/linux/efi.h
index 72e76ec54641..ccbc35479684 100644
--- a/include/linux/efi.h
+++ b/include/linux/efi.h
@@ -61,7 +61,7 @@ typedef void *efi_handle_t;
/*
* The UEFI spec and EDK2 reference implementation both define EFI_GUID as
- * struct { u32 a; u16; b; u16 c; u8 d[8]; }; and so the implied alignment
+ * struct { u32 a; u16 b; u16 c; u8 d[8]; }; and so the implied alignment
* is 32 bits not 8 bits like our guid_t. In some cases (i.e., on 32-bit ARM),
* this means that firmware services invoked by the kernel may assume that
* efi_guid_t* arguments are 32-bit aligned, and use memory accessors that
--
2.54.0
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [PATCH] efi: efi.h: Remove extra semicolon
2026-05-18 7:02 [PATCH] efi: efi.h: Remove extra semicolon Rong Tao
@ 2026-05-19 15:25 ` Ard Biesheuvel
0 siblings, 0 replies; 2+ messages in thread
From: Ard Biesheuvel @ 2026-05-19 15:25 UTC (permalink / raw)
To: Rong Tao, Ilias Apalodimas,
open list:EXTENSIBLE FIRMWARE INTERFACE (EFI),
open list
Cc: rongtao
On Mon, 18 May 2026, at 09:02, Rong Tao wrote:
> From: Rong Tao <rongtao@cestc.cn>
>
> Remove extra semicolons from comments.
>
> Signed-off-by: Rong Tao <rongtao@cestc.cn>
> ---
> include/linux/efi.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/linux/efi.h b/include/linux/efi.h
> index 72e76ec54641..ccbc35479684 100644
> --- a/include/linux/efi.h
> +++ b/include/linux/efi.h
> @@ -61,7 +61,7 @@ typedef void *efi_handle_t;
>
> /*
> * The UEFI spec and EDK2 reference implementation both define EFI_GUID as
> - * struct { u32 a; u16; b; u16 c; u8 d[8]; }; and so the implied alignment
> + * struct { u32 a; u16 b; u16 c; u8 d[8]; }; and so the implied alignment
> * is 32 bits not 8 bits like our guid_t. In some cases (i.e., on 32-bit ARM),
> * this means that firmware services invoked by the kernel may assume that
> * efi_guid_t* arguments are 32-bit aligned, and use memory accessors that
> --
> 2.54.0
Thanks, queued up now.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-05-19 15:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-18 7:02 [PATCH] efi: efi.h: Remove extra semicolon Rong Tao
2026-05-19 15:25 ` Ard Biesheuvel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®