Commit 911c8541 authored by Eldad Zack's avatar Eldad Zack Committed by David S. Miller

net/ipv6/fib6_rules.c: Checkpatch cleanup

fib6_rules.c:26: ERROR: open brace '{' following struct go on the same line
Signed-off-by: default avatarEldad Zack <eldad@fogrefinery.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 81bd60b5
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment