Skip to content

Commit 911c854

Browse files
eldaddavem330
authored andcommitted
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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 81bd60b commit 911c854

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

net/ipv6/fib6_rules.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
#include <net/ip6_route.h>
2323
#include <net/netlink.h>
2424

25-
struct fib6_rule
26-
{
25+
struct fib6_rule {
2726
struct fib_rule common;
2827
struct rt6key src;
2928
struct rt6key dst;

0 commit comments

Comments
 (0)