jasonbu commented on code in PR #15889: URL: https://github.com/apache/nuttx/pull/15889#discussion_r1966491515
########## 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: Done, comment add before foreach, and fixed the actions in function declare comments -- 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