xiaoxiang781216 commented on a change in pull request #5171:
URL: https://github.com/apache/incubator-nuttx/pull/5171#discussion_r781423817



##########
File path: sched/semaphore/sem_holder.c
##########
@@ -66,7 +66,8 @@ static FAR struct semholder_s *g_freeholders;
  * Name: nxsem_allocholder
  ****************************************************************************/
 
-static inline FAR struct semholder_s *nxsem_allocholder(sem_t *sem)
+static inline FAR struct semholder_s *nxsem_allocholder(sem_t *sem,

Review comment:
       add FAR before sem_t

##########
File path: sched/semaphore/sem_holder.c
##########
@@ -187,61 +194,67 @@ nxsem_findorallocateholder(sem_t *sem, FAR struct tcb_s 
*htcb)
 static inline void nxsem_freeholder(sem_t *sem,

Review comment:
       Add FAR before sem_t




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to