Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 346412
b: refs/heads/master
c: 918854a
h: refs/heads/master
v: v3
  • Loading branch information
Cong Ding authored and Linus Torvalds committed Dec 18, 2012
1 parent 8178cf7 commit 1815d52
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: 22b361d1df7bc25b558e52f22e779286a3d323e4
refs/heads/master: 918854a65e856574523d94763ef2a2b48ad55a25
2 changes: 1 addition & 1 deletion trunk/lib/rbtree_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ static void check(int nr_nodes)
{
struct rb_node *rb;
int count = 0;
int blacks;
int blacks = 0;
u32 prev_key = 0;

for (rb = rb_first(&root); rb; rb = rb_next(rb)) {
Expand Down

0 comments on commit 1815d52

Please sign in to comment.