davids5 commented on code in PR #12320: URL: https://github.com/apache/nuttx/pull/12320#discussion_r1596949157
########## sched/group/group_create.c: ########## @@ -40,9 +40,11 @@ #include "tls/tls.h" /**************************************************************************** - * Public Data + * Private Data ****************************************************************************/ +static struct task_group_s g_kthread_group; /* shared aming kthreads */ Review Comment: ```suggestion static struct task_group_s g_kthread_group; /* shared among kthreads */ ``` -- 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]
