yamt commented on code in PR #14898: URL: https://github.com/apache/nuttx/pull/14898#discussion_r1897128125
########## fs/vfs/fs_uio.c: ########## @@ -39,15 +39,15 @@ ****************************************************************************/ /**************************************************************************** - * Name: uio_total_len + * Name: uio_resid * * Description: - * Return the total length of data in bytes. + * Return the remaining length of data in bytes. * Or -EOVERFLOW. * ****************************************************************************/ -ssize_t uio_total_len(FAR const struct uio *uio) +ssize_t uio_resid(FAR const struct uio *uio) Review Comment: i added uio_resid and (commented out) uio_offset -- 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]
