Gedare Bloom started a new discussion on cpukit/include/rtems/score/fmlplimpl.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/882#note_142722 > + > +/** > + * @addtogroup RTEMSScoreFMLPL > + * > + * @{ > + */ > +#define FMLPL_TQ_OPERATIONS &_Thread_queue_Operations_FIFO > + > +/** > + * @brief Acquires the lock. > + * > + * @param[in, out] fmlpl The lock control. > + * @param[in, out] queue_context The thread queue context. > + */ > +void _FMLPL_Acquire_critical( FMLPL_Control *fmlpl, > + Thread_queue_Context *queue_context ); This does not look like it is using the right `clang-format` settings. double check. -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/882#note_142722 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
