Skip to content

Commit

Permalink
net/ipv6/fib6_rules.c: Checkpatch cleanup
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Eldad Zack authored and David S. Miller committed Apr 2, 2012
1 parent 81bd60b commit 911c854
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions net/ipv6/fib6_rules.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 911c854

Please sign in to comment.