Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 149437
b: refs/heads/master
c: 1903423
h: refs/heads/master
i:
  149435: 48bddf6
v: v3
  • Loading branch information
Wang Tinggong authored and Jiri Kosina committed Jun 12, 2009
1 parent 90d2ad3 commit 5bd2fd7
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: 5cdcd9d691a4810ec3f5ed6b49e2bb24871c6907
refs/heads/master: 190342335c2a7939407d7391e5bb6c9ee39244eb
2 changes: 1 addition & 1 deletion trunk/Documentation/rbtree.txt
Original file line number Diff line number Diff line change
Expand Up @@ -188,5 +188,5 @@ Example:

struct rb_node *node;
for (node = rb_first(&mytree); node; node = rb_next(node))
printk("key=%s\n", rb_entry(node, int, keystring));
printk("key=%s\n", rb_entry(node, struct mytype, node)->keystring);

0 comments on commit 5bd2fd7

Please sign in to comment.