Update a few comments after the recent readv/writev changes

This commit is contained in:
YAMAMOTO Takashi
2024-11-21 18:25:23 +09:00
committed by Xiang Xiao
parent cbb5e8fee2
commit 2749510413
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -71,7 +71,7 @@ static const struct file_operations g_loop_fops =
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Name: loop_read * Name: loop_readv
****************************************************************************/ ****************************************************************************/
static ssize_t loop_readv(FAR struct file *filep, static ssize_t loop_readv(FAR struct file *filep,
@@ -81,7 +81,7 @@ static ssize_t loop_readv(FAR struct file *filep,
} }
/**************************************************************************** /****************************************************************************
* Name: loop_write * Name: loop_writev
****************************************************************************/ ****************************************************************************/
static ssize_t loop_writev(FAR struct file *filep, static ssize_t loop_writev(FAR struct file *filep,
+2 -2
View File
@@ -71,7 +71,7 @@ static const struct file_operations g_devnull_fops =
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Name: devnull_read * Name: devnull_readv
****************************************************************************/ ****************************************************************************/
static ssize_t devnull_readv(FAR struct file *filep, static ssize_t devnull_readv(FAR struct file *filep,
@@ -84,7 +84,7 @@ static ssize_t devnull_readv(FAR struct file *filep,
} }
/**************************************************************************** /****************************************************************************
* Name: devnull_write * Name: devnull_writev
****************************************************************************/ ****************************************************************************/
static ssize_t devnull_writev(FAR struct file *filep, static ssize_t devnull_writev(FAR struct file *filep,
+2 -2
View File
@@ -71,7 +71,7 @@ static const struct file_operations g_devzero_fops =
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Name: devzero_read * Name: devzero_readv
****************************************************************************/ ****************************************************************************/
static ssize_t devzero_readv(FAR struct file *filep, static ssize_t devzero_readv(FAR struct file *filep,
@@ -98,7 +98,7 @@ static ssize_t devzero_readv(FAR struct file *filep,
} }
/**************************************************************************** /****************************************************************************
* Name: devzero_write * Name: devzero_writev
****************************************************************************/ ****************************************************************************/
static ssize_t devzero_writev(FAR struct file *filep, static ssize_t devzero_writev(FAR struct file *filep,