anchao commented on code in PR #15603:
URL: https://github.com/apache/nuttx/pull/15603#discussion_r1924629788


##########
fs/vfs/fs_uio.c:
##########
@@ -82,8 +82,8 @@ ssize_t uio_calc_resid(FAR const struct uio *uio)
 void uio_advance(FAR struct uio *uio, size_t sz)
 {
   FAR const struct iovec *iov = uio->uio_iov;
-  int iovcnt = uio->uio_iovcnt;
   size_t offset_in_iov = uio->uio_offset_in_iov;
+  int iovcnt = uio->uio_iovcnt;

Review Comment:
   Done



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