yamt commented on code in PR #14898: URL: https://github.com/apache/nuttx/pull/14898#discussion_r1856440603
########## 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: "resid" is the term used by BSDs. -- 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