xiaoxiang781216 commented on code in PR #7191:
URL: https://github.com/apache/incubator-nuttx/pull/7191#discussion_r980769844


##########
arch/renesas/src/rx65n/rx65n_usbhost.c:
##########
@@ -7649,6 +7649,7 @@ static ssize_t rx65n_usbhost_transfer(struct 
usbhost_driver_s *drvr,
   ed->xfrinfo = NULL;
   }
   while (0);
+
 errout_with_sem:
 
   /* rx65n_usbhost_givesem(&priv->exclsem); */

Review Comment:
   checkpatch.sh report this warning: 
   arch/renesas/src/rx65n/rx65n_usbhost.c:7654:1: error: Missing blank line 
before comment found
   



##########
arch/sim/src/sim/vpnkit/protocol.c:
##########
@@ -141,6 +141,7 @@ int really_write(int fd, uint8_t *buffer, size_t total)
     }
 
   return 0;
+
 err:
 
   /* On error: stop listening to the socket */

Review Comment:
   ditto



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