From: Rong Tao Date: Mon, 18 May 2026 07:02:08 +0000 (+0800) Subject: efi: efi.h: Remove extra semicolon X-Git-Tag: v7.1-rc5~43^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8939562b16052c75b908d3c5f968bffb526fc6e9;p=thirdparty%2Fkernel%2Flinux.git efi: efi.h: Remove extra semicolon Remove extra semicolons from comments. Signed-off-by: Rong Tao Signed-off-by: Ard Biesheuvel --- diff --git a/include/linux/efi.h b/include/linux/efi.h index 72e76ec546415..ccbc35479684a 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