diff options
Diffstat (limited to 'net/ipv4/fib_rules.c')
-rw-r--r-- | net/ipv4/fib_rules.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/fib_rules.c b/net/ipv4/fib_rules.c index 38904be4102e..92d9d97ec5e3 100644 --- a/net/ipv4/fib_rules.c +++ b/net/ipv4/fib_rules.c | |||
@@ -209,7 +209,7 @@ static int fib4_rule_compare(struct fib_rule *rule, struct fib_rule_hdr *frh, | |||
209 | } | 209 | } |
210 | 210 | ||
211 | static int fib4_rule_fill(struct fib_rule *rule, struct sk_buff *skb, | 211 | static int fib4_rule_fill(struct fib_rule *rule, struct sk_buff *skb, |
212 | struct nlmsghdr *nlh, struct fib_rule_hdr *frh) | 212 | struct fib_rule_hdr *frh) |
213 | { | 213 | { |
214 | struct fib4_rule *rule4 = (struct fib4_rule *) rule; | 214 | struct fib4_rule *rule4 = (struct fib4_rule *) rule; |
215 | 215 | ||