xiaoxiang781216 commented on code in PR #16545:
URL: https://github.com/apache/nuttx/pull/16545#discussion_r2153580338


##########
sched/wqueue/kwork_cancel.c:
##########
@@ -80,16 +80,16 @@ static int work_qcancel(FAR struct kwork_wqueue_s *wqueue, 
bool sync,
     {
       int wndx;
       pid_t pid = nxsched_gettid();
+      struct kworker_s *worker = wq_get_worker(wqueue);

Review Comment:
   add FAR for all pointers



-- 
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