net: cleanup include/linux
authorEric Dumazet <eric.dumazet@gmail.com>
Wed, 4 Nov 2009 17:50:58 +0000 (09:50 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 4 Nov 2009 17:50:58 +0000 (09:50 -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