trivial: Documentation/rbtree.txt: cleanup kerneldoc of rbtree.txt
authorfigo.zhang <figo.zhang@kolorific.com>
Fri, 17 Apr 2009 02:58:48 +0000 (10:58 +0800)
committerJiri Kosina <jkosina@suse.cz>
Fri, 12 Jun 2009 16:01:47 +0000 (18:01 +0200)
commit27af1da4b58675d5c6bacf9b7de9c2746687d272
tree04ba17bbf2799812e018dcadbb7c38bcf0c6c653
parent19f594600110377ec4037fdf7fb93a25ec516212
trivial: Documentation/rbtree.txt: cleanup kerneldoc of rbtree.txt

 The first formal parameter of the rb_link_node() is a pointer, and the
 "node" is define a data struct (pls see line 67 and line 73 in the
 doc), so the actual parameter should use "&data->node".

Signed-off-by: Figo.zhang <figo.zhang@kolorific.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Documentation/rbtree.txt