Input: elantech - ignore high bits in the position coordinates
[deliverable/linux.git] / Documentation / rbtree.txt
index 77102148e67b63f5eefd704fcd6268c13f305e73..aae8355d3166ddde11436ca5a21bd7e234e68806 100644 (file)
@@ -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);
 
This page took 0.024916 seconds and 5 git commands to generate.