xiaoxiang781216 commented on code in PR #3057: URL: https://github.com/apache/nuttx-apps/pull/3057#discussion_r2041152198
########## system/dd/dd_main.c: ########## @@ -203,6 +204,79 @@ static inline int dd_outfopen(FAR const char *name, FAR struct dd_s *dd) return OK; } +static int dd_verify(FAR const char *infile, FAR const char *outfile, Review Comment: why pass the unused infile/outfile -- 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