Standardize naming used for public data and function groupings

This commit is contained in:
Gregory Nutt
2015-10-02 16:30:35 -06:00
parent ac394041bf
commit cb9e27c3b0
432 changed files with 503 additions and 503 deletions
+1 -1
View File
@@ -853,7 +853,7 @@ mkfatfs_clustersearch(FAR struct fat_format_s *fmt, FAR struct fat_var_s *var)
}
/****************************************************************************
* Global Functions
* Public Functions
****************************************************************************/
/****************************************************************************
+1 -1
View File
@@ -122,7 +122,7 @@ static int fat_stat(struct inode *mountpt, const char *relpath,
****************************************************************************/
/****************************************************************************
* Public Variables
* Public Data
****************************************************************************/
/* See fs_mount.c -- this structure is explicitly extern'ed there.
+1 -1
View File
@@ -847,7 +847,7 @@ struct fat_dirinfo_s
#endif
/****************************************************************************
* Global Variables
* Public Data
****************************************************************************/
/****************************************************************************
+1 -1
View File
@@ -166,7 +166,7 @@ errout:
}
/****************************************************************************
* Global Functions
* Public Functions
****************************************************************************/
/****************************************************************************
+1 -1
View File
@@ -160,7 +160,7 @@ static int fat_putsfdirentry(struct fat_mountpt_s *fs,
****************************************************************************/
/****************************************************************************
* Public Variables
* Public Data
****************************************************************************/
/****************************************************************************
+1 -1
View File
@@ -80,7 +80,7 @@
****************************************************************************/
/****************************************************************************
* Public Variables
* Public Data
****************************************************************************/
/****************************************************************************
+1 -1
View File
@@ -110,7 +110,7 @@ struct fat_var_s
};
/****************************************************************************
* Global Variables
* Public Data
****************************************************************************/
/****************************************************************************
+1 -1
View File
@@ -498,7 +498,7 @@ static inline int mkfatfs_writerootdir(FAR struct fat_format_s *fmt,
}
/****************************************************************************
* Global Functions
* Public Functions
****************************************************************************/
/****************************************************************************