Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=3b0fd36ddc5826cbf20c8766d9262bc2efd3a51c
Commit:     3b0fd36ddc5826cbf20c8766d9262bc2efd3a51c
Parent:     0fe1c1371342869f4693ad42929c1388842b0f3e
Author:     Alan Cox <[EMAIL PROTECTED]>
AuthorDate: Fri Feb 8 04:18:51 2008 -0800
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Fri Feb 8 09:22:25 2008 -0800

    8250_hub6: codding style
    
    Signed-off-by: Alan Cox <[EMAIL PROTECTED]>
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 drivers/serial/8250_hub6.c |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/drivers/serial/8250_hub6.c b/drivers/serial/8250_hub6.c
index daf569c..7609150 100644
--- a/drivers/serial/8250_hub6.c
+++ b/drivers/serial/8250_hub6.c
@@ -23,18 +23,18 @@
        }
 
 static struct plat_serial8250_port hub6_data[] = {
-       HUB6(0,0),
-       HUB6(0,1),
-       HUB6(0,2),
-       HUB6(0,3),
-       HUB6(0,4),
-       HUB6(0,5),
-       HUB6(1,0),
-       HUB6(1,1),
-       HUB6(1,2),
-       HUB6(1,3),
-       HUB6(1,4),
-       HUB6(1,5),
+       HUB6(0, 0),
+       HUB6(0, 1),
+       HUB6(0, 2),
+       HUB6(0, 3),
+       HUB6(0, 4),
+       HUB6(0, 5),
+       HUB6(1, 0),
+       HUB6(1, 1),
+       HUB6(1, 2),
+       HUB6(1, 3),
+       HUB6(1, 4),
+       HUB6(1, 5),
        { },
 };
 
-
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