acassis commented on code in PR #15889:
URL: https://github.com/apache/nuttx/pull/15889#discussion_r1966121443


##########
binfmt/binfmt_copyactions.c:
##########
@@ -122,6 +122,7 @@ int binfmt_copyactions(FAR const posix_spawn_file_actions_t 
**copy,
                 prev->flink = (FAR void *)close;
               }
 
+            prev   = (FAR void *)close;

Review Comment:
   @jasonbu please include a comment line here.
   
   I noticed that "Input Parameters" of binfmt_copyactions description is 
missing "actions" parameter. Please update it too.



-- 
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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to