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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]