Re: [PATCH] fib-trie: code cleanup

From: Stephen Hemminger
Date: Tue Dec 08 2009 - 14:07:18 EST


On Tue, 8 Dec 2009 13:48:39 -0500
Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxx> wrote:

> - while ( (tb_node = rcu_dereference(tb->tb_hlist.next)) ) {
> + while ((tb_node = rcu_dereference(tb->tb_hlist.next))) {
>

This is clearer before with the added whitespace, ignore checkpatch natterings.

--
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/