git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19f5946
)
trivial: Documentation/rbtree.txt: cleanup kerneldoc of rbtree.txt
author
figo.zhang
<figo.zhang@kolorific.com>
Fri, 17 Apr 2009 02:58:48 +0000
(10:58 +0800)
committer
Jiri Kosina
<jkosina@suse.cz>
Fri, 12 Jun 2009 16:01:47 +0000
(18:01 +0200)
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>
No differences found