mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
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>
This commit is contained in:
parent
81bd60b515
commit
911c8541ef
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue