diff options
author | Stephen Hemminger <stephen@networkplumber.org> | 2018-02-28 00:48:21 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-02-28 17:43:28 +0100 |
commit | 82695b30ffeeab665f41416c6f5015dea3147bd5 (patch) | |
tree | 90b7335051140184d7848011fded4d7cb518af3a /net/ipv4/fib_semantics.c | |
parent | emulex/benet: Constify *be_misconfig_evt_port_state[] (diff) | |
download | linux-82695b30ffeeab665f41416c6f5015dea3147bd5.tar.xz linux-82695b30ffeeab665f41416c6f5015dea3147bd5.zip |
inet: whitespace cleanup
Ran simple script to find/remove trailing whitespace and blank lines
at EOF because that kind of stuff git whines about and editors leave
behind.
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/fib_semantics.c')
-rw-r--r-- | net/ipv4/fib_semantics.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/fib_semantics.c b/net/ipv4/fib_semantics.c index cd46d7666598..f31e6575ab91 100644 --- a/net/ipv4/fib_semantics.c +++ b/net/ipv4/fib_semantics.c @@ -171,7 +171,7 @@ static void free_nh_exceptions(struct fib_nh *nh) fnhe = rcu_dereference_protected(hash[i].chain, 1); while (fnhe) { struct fib_nh_exception *next; - + next = rcu_dereference_protected(fnhe->fnhe_next, 1); rt_fibinfo_free(&fnhe->fnhe_rth_input); |