Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320509
b: refs/heads/master
c: 4ea4bf7
h: refs/heads/master
i:
  320507: 40887a1
v: v3
  • Loading branch information
Lin Ming authored and David S. Miller committed Jul 30, 2012
1 parent 7b85c31 commit 5bc8412
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1a0150a93c496986297fc08304ac564213c08942
refs/heads/master: 4ea4bf7ebcbacee2f4736d261efb0693e87a34c9
2 changes: 1 addition & 1 deletion trunk/net/ipv4/fib_trie.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 5bc8412

Please sign in to comment.