yamt commented on code in PR #13498: URL: https://github.com/apache/nuttx/pull/13498#discussion_r1805781418
########## fs/vfs/fs_read.c: ########## @@ -41,28 +42,27 @@ ****************************************************************************/ /**************************************************************************** - * Name: file_read + * Name: file_readv * * Description: - * file_read() is an internal OS interface. It is functionally similar to - * the standard read() interface except: + * file_readv() is an internal OS interface. It is functionally similar to + * the standard readv() interface except: * * - It does not modify the errno variable, * - It is not a cancellation point, * - It accepts a file structure instance instead of file descriptor. * * Input Parameters: * filep - File structure instance - * buf - User-provided to save the data - * nbytes - The maximum size of the user-provided buffer + * uio - User buffer infomation Review Comment: information -- 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