Commit f77b1ab3 authored by H. Peter Anvin's avatar H. Peter Anvin

[x86 setup] Fix typos in struct efi_info

Fix missing letters in the structure members of struct efi_info.
Signed-off-by: default avatarH. Peter Anvin <hpa@zytor.com>
parent 1a13286b
......@@ -48,9 +48,9 @@ struct efi_info {
u32 _pad1;
u32 efi_systab;
u32 efi_memdesc_size;
u32 efi_memdec_version;
u32 efi_memdesc_version;
u32 efi_memmap;
u32 fi_memmap_size;
u32 efi_memmap_size;
u32 _pad2[2];
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment