Standardize some naming in code section comments

This commit is contained in:
Gregory Nutt 2016-02-21 18:08:58 -06:00
parent 143d287f11
commit 0fb035f76b
163 changed files with 163 additions and 194 deletions

2
arch

@ -1 +1 @@
Subproject commit a5acac8e6adf2505c4e995797a203a0bc243f503
Subproject commit 5f1b167e400e1dc23e5d6075db620d333a4414ff

View file

@ -92,7 +92,7 @@ static int mtd_dup(FAR const struct file *oldp,
static int mtd_stat(FAR const char *relpath, FAR struct stat *buf);
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -75,7 +75,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -65,7 +65,7 @@ static ssize_t lowconsole_write(struct file *filep, const char *buffer, size_t b
static int lowconsole_ioctl(struct file *filep, int cmd, unsigned long arg);
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
static const struct file_operations g_consoleops =

View file

@ -89,7 +89,7 @@ static int uart_poll(FAR struct file *filep, FAR struct pollfd *fds, bool se
#endif
/************************************************************************************
* Private Variables
* Private Data
************************************************************************************/
static const struct file_operations g_serialops =

View file

@ -106,7 +106,7 @@ static bool u16550_txready(struct uart_dev_s *dev);
static bool u16550_txempty(struct uart_dev_s *dev);
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
static const struct uart_ops_s g_uart_ops =

View file

@ -67,7 +67,7 @@ static int syslog_console_ioctl(FAR struct file *filep, int cmd,
unsigned long arg);
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
static const struct file_operations g_consoleops =

View file

@ -209,7 +209,7 @@ static void cdcuart_txint(FAR struct uart_dev_s *dev, bool enable);
static bool cdcuart_txempty(FAR struct uart_dev_s *dev);
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/* USB class device *********************************************************/

View file

@ -371,7 +371,7 @@ static void usbser_txint(FAR struct uart_dev_s *dev, bool enable);
static bool usbser_txempty(FAR struct uart_dev_s *dev);
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/* USB class device ********************************************************/

View file

@ -100,7 +100,7 @@
#define WLAN_SMART_CONFIG_START_PARAMS_LEN (4)
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -93,7 +93,7 @@ static int binfs_stat(FAR struct inode *mountpt, FAR const char *relpath,
FAR struct stat *buf);
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -63,7 +63,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -53,7 +53,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -51,7 +51,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -52,7 +52,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -52,7 +52,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -118,7 +118,7 @@ static int fat_stat(struct inode *mountpt, const char *relpath,
FAR struct stat *buf);
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -156,7 +156,7 @@ static int fat_putsfdirentry(struct fat_mountpt_s *fs,
uint8_t attributes, uint32_t fattime);
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -76,7 +76,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -118,7 +118,7 @@ static int hostfs_stat(FAR struct inode *mountpt,
FAR const char *relpath, FAR struct stat *buf);
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
static uint8_t g_seminitialized = FALSE;

View file

@ -60,11 +60,11 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -72,17 +72,10 @@ struct inode_path_s
char path[CONFIG_PATH_MAX];
};
/****************************************************************************
* Private Variables
****************************************************************************/
/****************************************************************************
* Private Variables
****************************************************************************/
/****************************************************************************
* Private Functions
****************************************************************************/
/****************************************************************************
* Name: foreach_inodelevel
*

View file

@ -73,7 +73,7 @@ struct inode_sem_s
};
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
static struct inode_sem_s g_inode_sem;

View file

@ -48,7 +48,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -49,7 +49,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -51,7 +51,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -51,7 +51,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -52,7 +52,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -71,14 +71,6 @@ struct enum_mountpoint_s
FAR void *arg;
};
/****************************************************************************
* Private Variables
****************************************************************************/
/****************************************************************************
* Private Variables
****************************************************************************/
/****************************************************************************
* Private Functions
****************************************************************************/

View file

@ -93,7 +93,7 @@ struct fsmap_t
};
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
#ifdef BDFS_SUPPORT

View file

@ -56,7 +56,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -62,7 +62,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -65,7 +65,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -62,7 +62,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -69,7 +69,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -66,7 +66,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/* See fs_mount.c -- this structure is explicitly externed there.

View file

@ -212,7 +212,7 @@ int procfs_initialize(void);
#endif
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -100,7 +100,7 @@ static int cpuload_dup(FAR const struct file *oldp,
static int cpuload_stat(FAR const char *relpath, FAR struct stat *buf);
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -98,7 +98,7 @@ static int kmm_dup(FAR const struct file *oldp,
static int kmm_stat(FAR const char *relpath, FAR struct stat *buf);
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -197,7 +197,7 @@ static int proc_rewinddir(FAR struct fs_dirent_s *dir);
static int proc_stat(FAR const char *relpath, FAR struct stat *buf);
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -102,7 +102,7 @@ static int uptime_dup(FAR const struct file *oldp,
static int uptime_stat(FAR const char *relpath, FAR struct stat *buf);
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -101,7 +101,7 @@ static int romfs_stat(FAR struct inode *mountpt, FAR const char *relpath,
FAR struct stat *buf);
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -66,7 +66,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -64,7 +64,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -70,7 +70,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -64,7 +64,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -153,7 +153,7 @@ static size_t smartfs_files_read(FAR struct file *filep, FAR char *buffer,
#endif
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
static const struct smartfs_procfs_entry_s g_direntry[] =

View file

@ -110,7 +110,7 @@ static off_t smartfs_seek_internal(struct smartfs_mountpt_s *fs,
off_t offset, int whence);
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
static uint8_t g_seminitialized = FALSE;

View file

@ -69,7 +69,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
#if defined(CONFIG_SMARTFS_MULTI_ROOT_DIRS) || \

View file

@ -56,7 +56,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -68,7 +68,7 @@
#ifdef FS_HAVE_MKDIR
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -68,7 +68,7 @@
#ifdef FS_HAVE_RENAME
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -68,7 +68,7 @@
#ifdef FS_HAVE_RMDIR
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -56,7 +56,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -68,7 +68,7 @@
#ifdef FS_HAVE_UNLINK
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -55,7 +55,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -55,7 +55,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -57,7 +57,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -67,7 +67,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -72,7 +72,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
double rint(double x)

View file

@ -72,7 +72,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
float rintf(float x)

View file

@ -72,7 +72,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
long double rintl(long double x)

View file

@ -54,7 +54,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -58,7 +58,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -53,7 +53,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -56,7 +56,7 @@
********************************************************************************/
/********************************************************************************
* Private Variables
* Private Data
********************************************************************************/
/********************************************************************************

View file

@ -60,7 +60,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -59,7 +59,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -56,7 +56,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -57,7 +57,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -52,7 +52,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -52,7 +52,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -67,7 +67,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -73,7 +73,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -73,7 +73,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -74,7 +74,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -68,7 +68,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -73,7 +73,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -80,7 +80,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -69,7 +69,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -76,7 +76,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -76,7 +76,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -76,7 +76,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -69,7 +69,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -83,7 +83,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -74,7 +74,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -72,7 +72,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -73,7 +73,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -73,7 +73,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -76,7 +76,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -75,7 +75,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -65,7 +65,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -222,7 +222,7 @@ static void postjustify(FAR struct lib_outstream_s *obj, uint8_t fmt,
static const char g_nullstring[] = "(null)";
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -73,7 +73,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -75,7 +75,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -69,7 +69,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -65,7 +65,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -151,7 +151,7 @@ static int findwidth(FAR const char *buf, FAR const char *fmt)
}
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -77,7 +77,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

@ -87,7 +87,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

Some files were not shown because too many files have changed in this diff Show more