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
+1 -1
Submodule arch updated: a5acac8e6a...5f1b167e40
+1 -1
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); static int mtd_stat(FAR const char *relpath, FAR struct stat *buf);
/**************************************************************************** /****************************************************************************
* Private Variables * Private Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
View File
@@ -75,7 +75,7 @@
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Private Variables * Private Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
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); static int lowconsole_ioctl(struct file *filep, int cmd, unsigned long arg);
/**************************************************************************** /****************************************************************************
* Private Variables * Private Data
****************************************************************************/ ****************************************************************************/
static const struct file_operations g_consoleops = static const struct file_operations g_consoleops =
+1 -1
View File
@@ -89,7 +89,7 @@ static int uart_poll(FAR struct file *filep, FAR struct pollfd *fds, bool se
#endif #endif
/************************************************************************************ /************************************************************************************
* Private Variables * Private Data
************************************************************************************/ ************************************************************************************/
static const struct file_operations g_serialops = static const struct file_operations g_serialops =
+1 -1
View File
@@ -106,7 +106,7 @@ static bool u16550_txready(struct uart_dev_s *dev);
static bool u16550_txempty(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 = static const struct uart_ops_s g_uart_ops =
+1 -1
View File
@@ -67,7 +67,7 @@ static int syslog_console_ioctl(FAR struct file *filep, int cmd,
unsigned long arg); unsigned long arg);
/**************************************************************************** /****************************************************************************
* Private Variables * Private Data
****************************************************************************/ ****************************************************************************/
static const struct file_operations g_consoleops = static const struct file_operations g_consoleops =
+1 -1
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); static bool cdcuart_txempty(FAR struct uart_dev_s *dev);
/**************************************************************************** /****************************************************************************
* Private Variables * Private Data
****************************************************************************/ ****************************************************************************/
/* USB class device *********************************************************/ /* USB class device *********************************************************/
+1 -1
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); static bool usbser_txempty(FAR struct uart_dev_s *dev);
/**************************************************************************** /****************************************************************************
* Private Variables * Private Data
****************************************************************************/ ****************************************************************************/
/* USB class device ********************************************************/ /* USB class device ********************************************************/
+1 -1
View File
@@ -100,7 +100,7 @@
#define WLAN_SMART_CONFIG_START_PARAMS_LEN (4) #define WLAN_SMART_CONFIG_START_PARAMS_LEN (4)
/**************************************************************************** /****************************************************************************
* Private Variables * Private Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
View File
@@ -93,7 +93,7 @@ static int binfs_stat(FAR struct inode *mountpt, FAR const char *relpath,
FAR struct stat *buf); FAR struct stat *buf);
/**************************************************************************** /****************************************************************************
* Private Variables * Private Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
View File
@@ -63,7 +63,7 @@
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Private Variables * Private Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
View File
@@ -53,7 +53,7 @@
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Private Variables * Private Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
View File
@@ -51,7 +51,7 @@
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Private Variables * Private Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
View File
@@ -52,7 +52,7 @@
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Private Variables * Private Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
View File
@@ -52,7 +52,7 @@
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Private Variables * Private Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
View File
@@ -118,7 +118,7 @@ static int fat_stat(struct inode *mountpt, const char *relpath,
FAR struct stat *buf); FAR struct stat *buf);
/**************************************************************************** /****************************************************************************
* Private Variables * Private Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
View File
@@ -156,7 +156,7 @@ static int fat_putsfdirentry(struct fat_mountpt_s *fs,
uint8_t attributes, uint32_t fattime); uint8_t attributes, uint32_t fattime);
/**************************************************************************** /****************************************************************************
* Private Variables * Private Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
View File
@@ -76,7 +76,7 @@
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Private Variables * Private Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
View File
@@ -118,7 +118,7 @@ static int hostfs_stat(FAR struct inode *mountpt,
FAR const char *relpath, FAR struct stat *buf); FAR const char *relpath, FAR struct stat *buf);
/**************************************************************************** /****************************************************************************
* Private Variables * Private Data
****************************************************************************/ ****************************************************************************/
static uint8_t g_seminitialized = FALSE; static uint8_t g_seminitialized = FALSE;
+2 -2
View File
@@ -60,11 +60,11 @@
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Private Variables * Private Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Private Variables * Private Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -8
View File
@@ -72,17 +72,10 @@ struct inode_path_s
char path[CONFIG_PATH_MAX]; char path[CONFIG_PATH_MAX];
}; };
/****************************************************************************
* Private Variables
****************************************************************************/
/****************************************************************************
* Private Variables
****************************************************************************/
/**************************************************************************** /****************************************************************************
* Private Functions * Private Functions
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Name: foreach_inodelevel * Name: foreach_inodelevel
* *
+1 -1
View File
@@ -73,7 +73,7 @@ struct inode_sem_s
}; };
/**************************************************************************** /****************************************************************************
* Private Variables * Private Data
****************************************************************************/ ****************************************************************************/
static struct inode_sem_s g_inode_sem; static struct inode_sem_s g_inode_sem;
+1 -1
View File
@@ -48,7 +48,7 @@
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Private Variables * Private Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
View File
@@ -49,7 +49,7 @@
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Private Variables * Private Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
View File
@@ -51,7 +51,7 @@
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Private Variables * Private Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
View File
@@ -51,7 +51,7 @@
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Private Variables * Private Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
View File
@@ -52,7 +52,7 @@
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Private Variables * Private Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
-8
View File
@@ -71,14 +71,6 @@ struct enum_mountpoint_s
FAR void *arg; FAR void *arg;
}; };
/****************************************************************************
* Private Variables
****************************************************************************/
/****************************************************************************
* Private Variables
****************************************************************************/
/**************************************************************************** /****************************************************************************
* Private Functions * Private Functions
****************************************************************************/ ****************************************************************************/
+1 -1
View File
@@ -93,7 +93,7 @@ struct fsmap_t
}; };
/**************************************************************************** /****************************************************************************
* Private Variables * Private Data
****************************************************************************/ ****************************************************************************/
#ifdef BDFS_SUPPORT #ifdef BDFS_SUPPORT
+1 -1
View File
@@ -56,7 +56,7 @@
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Private Variables * Private Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
View File
@@ -62,7 +62,7 @@
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Private Variables * Private Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
View File
@@ -65,7 +65,7 @@
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Private Variables * Private Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
View File
@@ -62,7 +62,7 @@
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Private Variables * Private Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
View File
@@ -69,7 +69,7 @@
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Private Variables * Private Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
View File
@@ -66,7 +66,7 @@
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Private Variables * Private Data
****************************************************************************/ ****************************************************************************/
/* See fs_mount.c -- this structure is explicitly externed there. /* See fs_mount.c -- this structure is explicitly externed there.
+1 -1
View File
@@ -212,7 +212,7 @@ int procfs_initialize(void);
#endif #endif
/**************************************************************************** /****************************************************************************
* Private Variables * Private Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
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); static int cpuload_stat(FAR const char *relpath, FAR struct stat *buf);
/**************************************************************************** /****************************************************************************
* Private Variables * Private Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
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); static int kmm_stat(FAR const char *relpath, FAR struct stat *buf);
/**************************************************************************** /****************************************************************************
* Private Variables * Private Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
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); static int proc_stat(FAR const char *relpath, FAR struct stat *buf);
/**************************************************************************** /****************************************************************************
* Private Variables * Private Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
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); static int uptime_stat(FAR const char *relpath, FAR struct stat *buf);
/**************************************************************************** /****************************************************************************
* Private Variables * Private Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
View File
@@ -101,7 +101,7 @@ static int romfs_stat(FAR struct inode *mountpt, FAR const char *relpath,
FAR struct stat *buf); FAR struct stat *buf);
/**************************************************************************** /****************************************************************************
* Private Variables * Private Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
View File
@@ -66,7 +66,7 @@
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Private Variables * Private Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
View File
@@ -64,7 +64,7 @@
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Private Variables * Private Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
View File
@@ -70,7 +70,7 @@
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Private Variables * Private Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
View File
@@ -64,7 +64,7 @@
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Private Variables * Private Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
View File
@@ -153,7 +153,7 @@ static size_t smartfs_files_read(FAR struct file *filep, FAR char *buffer,
#endif #endif
/**************************************************************************** /****************************************************************************
* Private Variables * Private Data
****************************************************************************/ ****************************************************************************/
static const struct smartfs_procfs_entry_s g_direntry[] = static const struct smartfs_procfs_entry_s g_direntry[] =
+1 -1
View File
@@ -110,7 +110,7 @@ static off_t smartfs_seek_internal(struct smartfs_mountpt_s *fs,
off_t offset, int whence); off_t offset, int whence);
/**************************************************************************** /****************************************************************************
* Private Variables * Private Data
****************************************************************************/ ****************************************************************************/
static uint8_t g_seminitialized = FALSE; static uint8_t g_seminitialized = FALSE;
+1 -1
View File
@@ -69,7 +69,7 @@
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Private Variables * Private Data
****************************************************************************/ ****************************************************************************/
#if defined(CONFIG_SMARTFS_MULTI_ROOT_DIRS) || \ #if defined(CONFIG_SMARTFS_MULTI_ROOT_DIRS) || \
+1 -1
View File
@@ -56,7 +56,7 @@
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Private Variables * Private Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************

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