You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/07/22 08:49:31 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6671: rpmsgfs related update

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


##########
fs/rpmsgfs/rpmsgfs_client.c:
##########
@@ -444,7 +444,6 @@ ssize_t rpmsgfs_client_read(FAR void *handle, int fd,
   struct iovec read =
     {
       .iov_base = buf,
-      .iov_len  = 0,

Review Comment:
   is it right to remove the initialization designator from the local variable?



-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org