]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/ipv4/multipath_wrandom.c
[NET] IPV4: Fix whitespace errors.
[net-next-2.6.git] / net / ipv4 / multipath_wrandom.c
index 92b04823e034292328be4cf92c2891ce8e05b9fd..ef42e5fa647bc4b7cce2de0c95210b2542546d2b 100644 (file)
@@ -142,7 +142,7 @@ out:
        return weight;
 }
 
-static void wrandom_init_state(void) 
+static void wrandom_init_state(void)
 {
        int i;
 
@@ -287,7 +287,7 @@ static void __multipath_free(struct rcu_head *head)
 
 static void __multipath_free_dst(struct rcu_head *head)
 {
-       struct multipath_dest *dst = container_of(head,
+       struct multipath_dest *dst = container_of(head,
                                                  struct multipath_dest,
                                                  rcu);
        kfree(dst);