xiaoxiang781216 commented on code in PR #1340:
URL: 
https://github.com/apache/incubator-nuttx-apps/pull/1340#discussion_r992061835


##########
examples/pipe/interlock_test.c:
##########
@@ -69,9 +69,10 @@ static void *null_writer(pthread_addr_t pvarg)
   fd = open(FIFO_PATH2, O_WRONLY);
   if (fd < 0)
     {
-      fprintf(stderr, "null_writer: Failed to open FIFO %s for writing, 
errno=%d\n",
+      fprintf(stderr, "null_writer: "
+              "Failed to open FIFO %s for writing, errno=%d\n",
               FIFO_PATH2, errno);
-      return (void*)1;
+      return (void *)1;

Review Comment:
   The whole code base doesn't use FAR, so it's better to move to new patch.



-- 
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