aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/fib_trie.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/fib_trie.c')
-rw-r--r--net/ipv4/fib_trie.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/fib_trie.c b/net/ipv4/fib_trie.c
index 41bef0a88ab6..9c3ff6ba6e21 100644
--- a/net/ipv4/fib_trie.c
+++ b/net/ipv4/fib_trie.c
@@ -1854,7 +1854,7 @@ static int fn_trie_dump_fa(t_key key, int plen, struct list_head *fah, struct fi
1854 tb->tb_id, 1854 tb->tb_id,
1855 fa->fa_type, 1855 fa->fa_type,
1856 fa->fa_scope, 1856 fa->fa_scope,
1857 &xkey, 1857 xkey,
1858 plen, 1858 plen,
1859 fa->fa_tos, 1859 fa->fa_tos,
1860 fa->fa_info, 0) < 0) { 1860 fa->fa_info, 0) < 0) {