anchao commented on code in PR #6393:
URL: https://github.com/apache/incubator-nuttx/pull/6393#discussion_r895012590


##########
sched/mqueue/mq_initialize.c:
##########
@@ -78,13 +61,13 @@ static struct mqueue_msg_s  *g_msgfreeirqalloc;
  *
  ****************************************************************************/
 
-static struct mqueue_msg_s *
-mq_msgblockalloc(FAR sq_queue_t *queue, uint16_t nmsgs,
+static void
+mq_msgblockalloc(FAR struct list_node *list, uint16_t nmsgs,
                  uint8_t alloc_type)
 {
   struct mqueue_msg_s *mqmsgblock;

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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to