mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 13:27:01 +08:00
Update a few comments after the recent readv/writev changes
This commit is contained in:
committed by
Xiang Xiao
parent
cbb5e8fee2
commit
2749510413
+2
-2
@@ -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,
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user