aboutsummaryrefslogtreecommitdiff
path: root/nuttx/fs/fs_files.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/fs/fs_files.c')
-rw-r--r--nuttx/fs/fs_files.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/nuttx/fs/fs_files.c b/nuttx/fs/fs_files.c
index 9208b323b..3646c51e7 100644
--- a/nuttx/fs/fs_files.c
+++ b/nuttx/fs/fs_files.c
@@ -56,7 +56,7 @@
****************************************************************************/
/****************************************************************************
- * Public Types
+ * Private Types
****************************************************************************/
/****************************************************************************
@@ -182,7 +182,8 @@ FAR struct filelist *files_alloclist(void)
/****************************************************************************
* Name: files_addreflist
*
- * Description: Increase the reference count on a file list
+ * Description:
+ * Increase the reference count on a file list
*
****************************************************************************/
@@ -209,7 +210,8 @@ int files_addreflist(FAR struct filelist *list)
/****************************************************************************
* Name: files_releaselist
*
- * Description: Release a reference to the file list
+ * Description:
+ * Release a reference to the file list
*
****************************************************************************/
@@ -264,7 +266,8 @@ int files_releaselist(FAR struct filelist *list)
* Name: files_dup
*
* Description:
- * Assign an inode to a specific files structure. This is the heart of dup2.
+ * Assign an inode to a specific files structure. This is the heart of
+ * dup2.
*
****************************************************************************/