aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorEldad Zack <eldad@fogrefinery.com>2012-04-01 07:49:06 +0000
committerDavid S. Miller <davem@davemloft.net>2012-04-02 04:33:46 -0400
commit911c8541efc78014b29d44510be4d6d4c9d539da (patch)
tree8facee734ee60d138a42959390fae2435fc5b063 /net
parentnet/ipv6/exthdrs_core.c: Checkpatch cleanups (diff)
downloadlinux-dev-911c8541efc78014b29d44510be4d6d4c9d539da.tar.xz
linux-dev-911c8541efc78014b29d44510be4d6d4c9d539da.zip
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 <eldad@fogrefinery.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r--net/ipv6/fib6_rules.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ipv6/fib6_rules.c b/net/ipv6/fib6_rules.c
index 01a2de1f5e87..0ff1cfd55bc4 100644
--- a/net/ipv6/fib6_rules.c
+++ b/net/ipv6/fib6_rules.c
@@ -22,8 +22,7 @@
#include <net/ip6_route.h>
#include <net/netlink.h>
-struct fib6_rule
-{
+struct fib6_rule {
struct fib_rule common;
struct rt6key src;
struct rt6key dst;