Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f77b1ab383c8745447a3385e25729b92f2ec58a4
Commit:     f77b1ab383c8745447a3385e25729b92f2ec58a4
Parent:     1a13286b104faeeb4f4bc3bfbf4d4fcdcd2569ed
Author:     H. Peter Anvin <[EMAIL PROTECTED]>
AuthorDate: Wed Jul 18 17:16:19 2007 -0700
Committer:  H. Peter Anvin <[EMAIL PROTECTED]>
CommitDate: Wed Jul 25 12:02:21 2007 -0700

    [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 <[EMAIL PROTECTED]>
---
 include/asm-i386/bootparam.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/asm-i386/bootparam.h b/include/asm-i386/bootparam.h
index 427d865..211f3f9 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];
 };
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to