aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/core/linuxlist.h
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2015-10-09 00:01:06 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2015-10-09 00:01:06 +0200
commitc84851bccc2e5e60536afa474a5f13134a3b79c9 (patch)
tree3b7b4ba2c759272b5a7a7724f0f532757984a175 /include/osmocom/core/linuxlist.h
parent5eeb17a0178a72d291cb99f2391d8ea7e9b65dd4 (diff)
comments
Diffstat (limited to 'include/osmocom/core/linuxlist.h')
-rw-r--r--include/osmocom/core/linuxlist.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/osmocom/core/linuxlist.h b/include/osmocom/core/linuxlist.h
index a8a28ee7..01fd261a 100644
--- a/include/osmocom/core/linuxlist.h
+++ b/include/osmocom/core/linuxlist.h
@@ -294,7 +294,8 @@ static inline void llist_splice_init(struct llist_head *llist,
prefetch(pos->member.next))
/**
- * llist_for_each_entry_safe - iterate over llist of given type safe against removal of llist entry
+ * llist_for_each_entry_safe - iterate over llist of given type, safe against
+ * removal of non-consecutive(!) llist entries
* @pos: the type * to use as a loop counter.
* @n: another type * to use as temporary storage
* @head: the head for your llist.