Skip to content

Commit 6559c7f

Browse files
nashifkartben
authored andcommitted
sys: slist/sflist: remove stray FIXME
The FIXME asking a question that is not valid anymore, remove the FIXME. Fixes #90764 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent c5d1e8e commit 6559c7f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

include/zephyr/sys/sflist.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,8 +392,6 @@ Z_GENLIST_APPEND(sflist, sfnode)
392392
* the pointer to the next node as the first element of a node, to @a list.
393393
* This and other sys_sflist_*() functions are not thread safe.
394394
*
395-
* FIXME: Why are the element parameters void *?
396-
*
397395
* @param list A pointer on the list to affect
398396
* @param head A pointer to the first element of the list to append
399397
* @param tail A pointer to the last element of the list to append

include/zephyr/sys/slist.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,8 +324,6 @@ Z_GENLIST_APPEND(slist, snode)
324324
* the pointer to the next node as the first element of a node, to @a list.
325325
* This and other sys_slist_*() functions are not thread safe.
326326
*
327-
* FIXME: Why are the element parameters void *?
328-
*
329327
* @param list A pointer on the list to affect
330328
* @param head A pointer to the first element of the list to append
331329
* @param tail A pointer to the last element of the list to append

0 commit comments

Comments
 (0)