Commit 8939562b authored by Rong Tao's avatar Rong Tao Committed by Ard Biesheuvel
Browse files

efi: efi.h: Remove extra semicolon



Remove extra semicolons from comments.

Signed-off-by: default avatarRong Tao <rongtao@cestc.cn>
Signed-off-by: default avatarArd Biesheuvel <ardb@kernel.org>
parent 13c6da02
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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