anchao commented on code in PR #15603: URL: https://github.com/apache/nuttx/pull/15603#discussion_r1923535040
########## fs/vfs/fs_uio.c: ########## @@ -126,12 +126,14 @@ int uio_init(FAR struct uio *uio, FAR const struct iovec *iov, int iovcnt) ssize_t resid; memset(uio, 0, sizeof(*uio)); + Review Comment: just make the code easier to read, let me revert -- 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