Joel Sherrill started a new discussion on 
cpukit/include/rtems/score/chainimpl.h: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/871#note_137117

 >    const Chain_Node *node
 >  )
 >  {
 > -  return node->next == NULL;
 > +  if ( node->next == NULL ) {
 > +        _Assert( node->previous == NULL );

Functionally this looks ok but the indentation is wrong. Should be 2 spaces.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/871#note_137117
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