[PATCH 1/3] Documentation/rbtree.txt: Fix possible typo in example

2012-09-04 Thread Ian Abbott
The example code for rb_erase() usage has a function call to mysearch(). Presumably this ought to be my_search() to match the example code earlier in the document. Signed-off-by: Ian Abbott --- Documentation/rbtree.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 1/3] Documentation/rbtree.txt: Fix possible typo in example

2012-09-04 Thread Ian Abbott
The example code for rb_erase() usage has a function call to mysearch(). Presumably this ought to be my_search() to match the example code earlier in the document. Signed-off-by: Ian Abbott abbo...@mev.co.uk --- Documentation/rbtree.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff