mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Standardize naming used for public data and function groupings
This commit is contained in:
@@ -183,7 +183,7 @@ static int procfs_stat(FAR struct inode *mountpt,
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Public Variables
|
||||
* Public Data
|
||||
****************************************************************************/
|
||||
|
||||
/* See fs_mount.c -- this structure is explicitly externed there.
|
||||
|
||||
@@ -104,7 +104,7 @@ static int cpuload_stat(FAR const char *relpath, FAR struct stat *buf);
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Public Variables
|
||||
* Public Data
|
||||
****************************************************************************/
|
||||
|
||||
/* See fs_mount.c -- this structure is explicitly externed there.
|
||||
|
||||
@@ -190,7 +190,7 @@ static int proc_stat(FAR const char *relpath, FAR struct stat *buf);
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Public Variables
|
||||
* Public Data
|
||||
****************************************************************************/
|
||||
|
||||
/* See fs_mount.c -- this structure is explicitly externed there.
|
||||
|
||||
@@ -106,7 +106,7 @@ static int uptime_stat(FAR const char *relpath, FAR struct stat *buf);
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Public Variables
|
||||
* Public Data
|
||||
****************************************************************************/
|
||||
|
||||
/* See fs_mount.c -- this structure is explicitly externed there.
|
||||
|
||||
@@ -122,7 +122,7 @@ static int skel_stat(FAR const char *relpath, FAR struct stat *buf);
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Public Variables
|
||||
* Public Data
|
||||
****************************************************************************/
|
||||
|
||||
/* See include/nutts/fs/procfs.h
|
||||
|
||||
Reference in New Issue
Block a user