Karthikey Kadati commented on a discussion on 
cpukit/include/rtems/score/fmlpl.h: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/882#note_142695

 > +/**
 > + * @defgroup ScoreFMLPL Multiprocessor Resource Sharing Protocol Handler
 > + *
 > + * @ingroup Score
 > + *
 > + *
 > + * @{
 > + */
 > +
 > +typedef struct {
 > +
 > +  // our thread queue
 > +  Thread_queue_Control Wait_queue;
 > +
 > +  // the priority node, which is assigned to the priority owner
 > +  Priority_Node root_node;

Changed to `Root_node` - since it's a struct aggregate member, it gets the 
capitalized Name format per the coding guidelines.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/882#note_142695
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to