git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b7673a
)
net: cleanup include/net
author
Eric Dumazet
<eric.dumazet@gmail.com>
Tue, 3 Nov 2009 03:26:03 +0000
(
03:26
+0000)
committer
David 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