forked from nuttx/nuttx-update
fs_file.c: modify files_countlist comments
Signed-off-by: yintao <yintao@xiaomi.com>
This commit is contained in:
parent
c9db6e8173
commit
e435fca0e2
1 changed files with 3 additions and 6 deletions
|
@ -512,16 +512,13 @@ void files_putlist(FAR struct filelist *list)
|
||||||
* Name: files_countlist
|
* Name: files_countlist
|
||||||
*
|
*
|
||||||
* Description:
|
* Description:
|
||||||
* Given a file descriptor, return the corresponding instance of struct
|
* Get file count from file list.
|
||||||
* file.
|
|
||||||
*
|
*
|
||||||
* Input Parameters:
|
* Input Parameters:
|
||||||
* fd - The file descriptor
|
* list - Pointer to the file list structure.
|
||||||
* filep - The location to return the struct file instance
|
|
||||||
*
|
*
|
||||||
* Returned Value:
|
* Returned Value:
|
||||||
* Zero (OK) is returned on success; a negated errno value is returned on
|
* file count of file list.
|
||||||
* any failure.
|
|
||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue