Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=6250223e055764efcaef3809a9f2350edfc82bbc
Commit:     6250223e055764efcaef3809a9f2350edfc82bbc
Parent:     7fe26a60e08f38c797851fb3b444d753af616112
Author:     Brice Goglin <[EMAIL PROTECTED]>
AuthorDate: Mon Dec 11 11:24:37 2006 +0100
Committer:  Jeff Garzik <[EMAIL PROTECTED]>
CommitDate: Mon Dec 11 09:54:06 2006 -0500

    [PATCH] myri10ge: indentation cleanups
    
    Indentation cleanups to synchronize to our tree which is automatically
    indent'ed.
    
    Signed-off-by: Brice Goglin <[EMAIL PROTECTED]>
    Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]>
---
 drivers/net/myri10ge/myri10ge.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/net/myri10ge/myri10ge.c b/drivers/net/myri10ge/myri10ge.c
index 81f127a..1e62f58 100644
--- a/drivers/net/myri10ge/myri10ge.c
+++ b/drivers/net/myri10ge/myri10ge.c
@@ -273,9 +273,9 @@ MODULE_PARM_DESC(myri10ge_debug, "Debug level 
(0=none,...,16=all)");
 
 #define myri10ge_pio_copy(to,from,size) __iowrite64_copy(to,from,size/8)
 
-static inline void put_be32(__be32 val, __be32 __iomem *p)
+static inline void put_be32(__be32 val, __be32 __iomem * p)
 {
-       __raw_writel((__force __u32)val, (__force void __iomem *)p);
+       __raw_writel((__force __u32) val, (__force void __iomem *)p);
 }
 
 static int
@@ -2206,7 +2206,7 @@ static void myri10ge_set_multicast_list(struct net_device 
*dev)
        struct myri10ge_cmd cmd;
        struct myri10ge_priv *mgp;
        struct dev_mc_list *mc_list;
-       __be32 data[2] = {0, 0};
+       __be32 data[2] = { 0, 0 };
        int err;
 
        mgp = netdev_priv(dev);
@@ -2625,7 +2625,7 @@ static u32 myri10ge_read_reboot(struct myri10ge_priv *mgp)
 static void myri10ge_watchdog(struct work_struct *work)
 {
        struct myri10ge_priv *mgp =
-               container_of(work, struct myri10ge_priv, watchdog_work);
+           container_of(work, struct myri10ge_priv, watchdog_work);
        u32 reboot;
        int status;
        u16 cmd, vendor;
-
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