Skip to content

Commit 8939562

Browse files
Rtoaxardbiesheuvel
authored andcommitted
efi: efi.h: Remove extra semicolon
Remove extra semicolons from comments. Signed-off-by: Rong Tao <rongtao@cestc.cn> Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
1 parent 13c6da0 commit 8939562

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/linux/efi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ typedef void *efi_handle_t;
6161

6262
/*
6363
* The UEFI spec and EDK2 reference implementation both define EFI_GUID as
64-
* struct { u32 a; u16; b; u16 c; u8 d[8]; }; and so the implied alignment
64+
* struct { u32 a; u16 b; u16 c; u8 d[8]; }; and so the implied alignment
6565
* is 32 bits not 8 bits like our guid_t. In some cases (i.e., on 32-bit ARM),
6666
* this means that firmware services invoked by the kernel may assume that
6767
* efi_guid_t* arguments are 32-bit aligned, and use memory accessors that

0 commit comments

Comments
 (0)