summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin2007-07-19 02:16:19 +0200
committerH. Peter Anvin2007-07-25 21:02:21 +0200
commitf77b1ab383c8745447a3385e25729b92f2ec58a4 (patch)
treef2887a5d055efcff49828e6fe249840e1d831fc4
parent[x86 setup] APM: BX should be zero when disconnecting (diff)
downloadkernel-qcow2-linux-f77b1ab383c8745447a3385e25729b92f2ec58a4.tar.gz
kernel-qcow2-linux-f77b1ab383c8745447a3385e25729b92f2ec58a4.tar.xz
kernel-qcow2-linux-f77b1ab383c8745447a3385e25729b92f2ec58a4.zip
[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>
-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 {
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];
};