pkarashchenko commented on a change in pull request #1092: URL: https://github.com/apache/incubator-nuttx-apps/pull/1092#discussion_r836240708
########## File path: system/trace/trace.c ########## @@ -538,7 +541,7 @@ static int trace_cmd_syscall(int index, int argc, FAR char **argv, /* Parse the setting parameters */ - while (index < argc) + while (index < argc) Review comment: ```suggestion while (index < argc) ``` -- 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