ipv4: fix debug info in tnode_new
[deliverable/linux.git] / net / ipv4 / fib_trie.c
index 18cbc15b20d5cc3dfc10c52ff344fa60a7ed3560..2a6fdc2708c6a25d974343bb3771bab893630a83 100644 (file)
@@ -473,7 +473,7 @@ static struct tnode *tnode_new(t_key key, int pos, int bits)
        }
 
        pr_debug("AT %p s=%zu %zu\n", tn, sizeof(struct tnode),
-                sizeof(struct rt_trie_node) << bits);
+                sizeof(struct rt_trie_node *) << bits);
        return tn;
 }
 
This page took 0.02559 seconds and 5 git commands to generate.