net: cleanup include/net
authorEric Dumazet <eric.dumazet@gmail.com>
Tue, 3 Nov 2009 03:26:03 +0000 (03:26 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 4 Nov 2009 13:06:25 +0000 (05:06 -0800)
This cleanup patch puts struct/union/enum opening braces,
in first line to ease grep games.

struct something
{

becomes :

struct something {

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found