aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-i386
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-07-18 20:16:19 -0400
committerH. Peter Anvin <hpa@zytor.com>2007-07-25 15:02:21 -0400
commitf77b1ab383c8745447a3385e25729b92f2ec58a4 (patch)
treef2887a5d055efcff49828e6fe249840e1d831fc4 /include/asm-i386
parent1a13286b104faeeb4f4bc3bfbf4d4fcdcd2569ed (diff)
[x86 setup] Fix typos in struct efi_info
Fix missing letters in the structure members of struct efi_info. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'include/asm-i386')
-rw-r--r--include/asm-i386/bootparam.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-i386/bootparam.h b/include/asm-i386/bootparam.h
index 427d8652bfde..211f3f972a57 100644
--- a/include/asm-i386/bootparam.h
+++ b/include/asm-i386/bootparam.h
@@ -48,9 +48,9 @@ struct efi_info {
48 u32 _pad1; 48 u32 _pad1;
49 u32 efi_systab; 49 u32 efi_systab;
50 u32 efi_memdesc_size; 50 u32 efi_memdesc_size;
51 u32 efi_memdec_version; 51 u32 efi_memdesc_version;
52 u32 efi_memmap; 52 u32 efi_memmap;
53 u32 fi_memmap_size; 53 u32 efi_memmap_size;
54 u32 _pad2[2]; 54 u32 _pad2[2];
55}; 55};
56 56