projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a13286
)
[x86 setup] Fix typos in struct efi_info
author
H. Peter Anvin
<hpa@zytor.com>
Thu, 19 Jul 2007 00:16:19 +0000
(17:16 -0700)
committer
H. Peter Anvin
<hpa@zytor.com>
Wed, 25 Jul 2007 19:02:21 +0000
(12:02 -0700)
Fix missing letters in the structure members of struct efi_info.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
include/asm-i386/bootparam.h
patch
|
blob
|
history
diff --git
a/include/asm-i386/bootparam.h
b/include/asm-i386/bootparam.h
index
427d865
..
211f3f9
100644
(file)
--- 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_memde
s
c_version;
u32 efi_memmap;
- u32 fi_memmap_size;
+ u32
e
fi_memmap_size;
u32 _pad2[2];
};