anchao commented on code in PR #11848:
URL: https://github.com/apache/nuttx/pull/11848#discussion_r1514287156


##########
include/nuttx/list.h:
##########
@@ -348,4 +348,10 @@ static inline size_t list_length(FAR struct list_node 
*list)
   return cnt;
 }
 
+static inline int
+list_is_singular(FAR const struct list_node *list)

Review Comment:
   Done



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to