aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/list.h b/include/linux/list.h
index dd7cd54fa831..399b51d17218 100644
--- a/include/linux/list.h
+++ b/include/linux/list.h
@@ -692,7 +692,7 @@ static inline void hlist_add_after(struct hlist_node *n,
692 * @member: the name of the hlist_node within the struct. 692 * @member: the name of the hlist_node within the struct.
693 * 693 *
694 * This list-traversal primitive may safely run concurrently with 694 * This list-traversal primitive may safely run concurrently with
695 * the _rcu list-mutation primitives such as hlist_add_rcu() 695 * the _rcu list-mutation primitives such as hlist_add_head_rcu()
696 * as long as the traversal is guarded by rcu_read_lock(). 696 * as long as the traversal is guarded by rcu_read_lock().
697 */ 697 */
698#define hlist_for_each_entry_rcu(tpos, pos, head, member) \ 698#define hlist_for_each_entry_rcu(tpos, pos, head, member) \