From: figo.zhang Date: Fri, 17 Apr 2009 02:58:48 +0000 (+0800) Subject: trivial: Documentation/rbtree.txt: cleanup kerneldoc of rbtree.txt X-Git-Tag: v2.6.31-rc1~341^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27af1da4b58675d5c6bacf9b7de9c2746687d272;p=pandora-kernel.git 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 Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed