Kinsey Moore started a new discussion on cpukit/score/src/threadqops.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/238#note_112609

 >    Thread_Control       *the_thread,
 >    Thread_queue_Context *queue_context,
 > -  void               ( *initialize )(
 > -    Thread_queue_Queue *,
 > -    Thread_Control *,
 > -    Thread_queue_Context *,
 > -    Thread_queue_Heads *
 > -  ),
 > -  void               ( *enqueue )(
 > -    Thread_queue_Queue *,
 > -    Thread_Control *,
 > -    Thread_queue_Context *,
 > -    Thread_queue_Heads *
 > -  )
 > +  void ( *initialize )( Thread_queue_Queue *, Thread_Control *, 
 > Thread_queue_Context *, Thread_queue_Heads * ),
 > +  void ( *enqueue )( Thread_queue_Queue *, Thread_Control *, 
 > Thread_queue_Context *, Thread_queue_Heads * )

These don't adhere to 80cols for some reason.

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