Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5c8f82c64941594cdab53bf9f9a66c190781f4f6
Commit:     5c8f82c64941594cdab53bf9f9a66c190781f4f6
Parent:     b785537fe6af6d0f558cc035a0c04d87873d2ce0
Author:     Paul Mundt <[EMAIL PROTECTED]>
AuthorDate: Wed Feb 13 19:44:53 2008 +0900
Committer:  Paul Mundt <[EMAIL PROTECTED]>
CommitDate: Thu Feb 14 14:22:12 2008 +0900

    maple: Fix up maple build failure.
    
    maple_devinfo->connector_direction had a typo, fix it up..
    
    Signed-off-by: Paul Mundt <[EMAIL PROTECTED]>
---
 include/linux/maple.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/linux/maple.h b/include/linux/maple.h
index 35c3474..3f01e2b 100644
--- a/include/linux/maple.h
+++ b/include/linux/maple.h
@@ -39,7 +39,7 @@ struct maple_devinfo {
        unsigned long function;
        unsigned long function_data[3];
        unsigned char area_code;
-       unsigned char connector_directon;
+       unsigned char connector_direction;
        char product_name[31];
        char product_licence[61];
        unsigned short standby_power;
-
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