From: Eldad Zack Date: Sun, 1 Apr 2012 07:49:06 +0000 (+0000) Subject: net/ipv6/fib6_rules.c: Checkpatch cleanup X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=911c8541efc78014b29d44510be4d6d4c9d539da;p=linux-edison.git net/ipv6/fib6_rules.c: Checkpatch cleanup fib6_rules.c:26: ERROR: open brace '{' following struct go on the same line Signed-off-by: Eldad Zack Signed-off-by: David S. Miller --- diff --git a/net/ipv6/fib6_rules.c b/net/ipv6/fib6_rules.c index 01a2de1f5e8..0ff1cfd55bc 100644 --- a/net/ipv6/fib6_rules.c +++ b/net/ipv6/fib6_rules.c @@ -22,8 +22,7 @@ #include #include -struct fib6_rule -{ +struct fib6_rule { struct fib_rule common; struct rt6key src; struct rt6key dst;