mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 20:08:15 +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
@@ -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,
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user