Skip to content
Commit d186204a authored by SeongJae Park's avatar SeongJae Park Committed by Paul E. McKenney
Browse files

Docs/RCU/rculist_nulls: Fix hlist_[nulls]_head field names of 'obj'



The example code snippets on rculist_nulls.rst are assuming 'obj' to
have the 'hlist_head' or 'hlist_nulls_head' field named 'obj_node', but
a sentence and some code snippets are wrongly calling
'obj->obj_node.next' as 'obj->obj_next', or 'obj->obj_node' as 'member'.
Fix it.

Signed-off-by: default avatarSeongJae Park <sj@kernel.org>
Signed-off-by: default avatarPaul E. McKenney <paulmck@kernel.org>
parent 5326caa7
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment