Remove extra blank lines. Signed-off-by: Stephen Hemminger --- a/net/ipv4/fib_trie.c 2008-01-22 17:46:28.000000000 -0800 +++ b/net/ipv4/fib_trie.c 2008-01-22 17:50:44.000000000 -0800 @@ -447,7 +447,6 @@ static void tnode_put_child_reorg(struct BUG_ON(i >= 1<bits); - /* update emptyChildren */ if (n == NULL && chi != NULL) tn->empty_children++; @@ -1303,7 +1302,6 @@ err: return err; } - /* should be called with rcu_read_lock */ static int check_leaf(struct trie *t, struct leaf *l, t_key key, const struct flowi *flp, @@ -1718,7 +1716,6 @@ static struct leaf *leaf_walk_rcu(struct return NULL; /* Root of trie */ } - static struct leaf *trie_firstleaf(struct trie *t) { struct tnode *n = (struct tnode *) rcu_dereference(t->trie); @@ -1846,7 +1843,6 @@ static int fn_trie_dump_fa(t_key key, in { int i, s_i; struct fib_alias *fa; - __be32 xkey = htonl(key); s_i = cb->args[4]; @@ -1879,7 +1875,6 @@ static int fn_trie_dump_fa(t_key key, in return skb->len; } - static int fn_trie_dump_leaf(struct leaf *l, struct fib_table *tb, struct sk_buff *skb, struct netlink_callback *cb) { @@ -2385,7 +2380,6 @@ static int fib_trie_seq_show(struct seq_ struct leaf *l = (struct leaf *) n; struct leaf_info *li; struct hlist_node *node; - __be32 val = htonl(l->key); seq_indent(seq, iter->depth); -- Stephen Hemminger -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html