mirror of
https://github.com/t2linux/kernel.git
synced 2026-04-30 13:48:59 -07:00
d94d9fee9f
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>