diff --git a/include/list.h b/include/list.h index 733a579c0..677fd9232 100644 --- a/include/list.h +++ b/include/list.h @@ -141,7 +141,8 @@ __list_add(struct list *entry, } /** - * Insert a new element after the given list head. + * Insert a new element after the given list head. The new element does not + * need to be initialised as empty list. * The list changes from: * head → some element → ... * to