Fix-Point commented on code in PR #16231:
URL: https://github.com/apache/nuttx/pull/16231#discussion_r2050363865


##########
sched/wqueue/wqueue.h:
##########
@@ -159,6 +148,32 @@ static inline_function FAR struct kwork_wqueue_s 
*work_qid2wq(int qid)
     }
 }
 
+static inline_function
+void work_insert_waitq(FAR struct kwork_wqueue_s *wqueue,
+                       struct work_s *work)

Review Comment:
   Done.



##########
sched/wqueue/wqueue.h:
##########
@@ -159,6 +148,32 @@ static inline_function FAR struct kwork_wqueue_s 
*work_qid2wq(int qid)
     }
 }
 
+static inline_function
+void work_insert_waitq(FAR struct kwork_wqueue_s *wqueue,
+                       struct work_s *work)
+{
+  struct work_s *curr;

Review Comment:
   Done.



##########
sched/wqueue/kwork_thread.c:
##########
@@ -135,11 +181,14 @@ struct lp_wqueue_s g_lpwork =
 static int work_thread(int argc, FAR char *argv[])
 {
   FAR struct kwork_wqueue_s *wqueue;
-  FAR struct kworker_s *kworker;
-  FAR struct work_s *work;
-  worker_t worker;
+  FAR struct kworker_s      *kworker;

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