From: David Ahern <[email protected]> Date: Wed, 1 Jun 2016 21:14:53 -0700
> @@ -76,6 +76,7 @@ static int fib4_rule_action(struct fib_rule *rule, struct
> flowi *flp,
> {
> int err = -EAGAIN;
> struct fib_table *tbl;
> + u32 tb_id = fib_rule_get_table(rule, arg);
Please order local variable lines from longest to shortest.
