jlaitine commented on code in PR #16673: URL: https://github.com/apache/nuttx/pull/16673#discussion_r2197385130
########## sched/sched/sched_setpriority.c: ########## @@ -177,33 +120,37 @@ static FAR struct tcb_s *nxsched_nexttcb(FAR struct tcb_s *tcb) static inline void nxsched_running_setpriority(FAR struct tcb_s *tcb, int sched_priority) { - FAR struct tcb_s *nxttcb; - /* Get the TCB of the next highest priority, ready to run task */ + FAR struct tcb_s *nxttcb; Review Comment: This was some mistake, I will change it back -- 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