mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 00:52:11 +08:00
global change: fix tools/checkpatch.sh warnnings
Change-Id: I88cfa979c44bcaf3a8f6e036c6bfccd3402ca85a Signed-off-by: ligd <liguiding@fishsemi.com>
This commit is contained in:
@@ -311,7 +311,8 @@ static inline void group_release(FAR struct task_group_s *group)
|
||||
****************************************************************************/
|
||||
|
||||
#ifdef HAVE_GROUP_MEMBERS
|
||||
static inline void group_removemember(FAR struct task_group_s *group, pid_t pid)
|
||||
static inline void group_removemember(FAR struct task_group_s *group,
|
||||
pid_t pid)
|
||||
{
|
||||
irqstate_t flags;
|
||||
int i;
|
||||
|
||||
Reference in New Issue
Block a user