Standard some naming if code sectino comments

This commit is contained in:
Gregory Nutt 2016-02-21 18:06:09 -06:00
parent c6a0f284e4
commit 9c63736c98
104 changed files with 107 additions and 107 deletions

View file

@ -88,7 +88,7 @@ extern uint32_t _vector_start; /* Beginning of vector block */
extern uint32_t _vector_end; /* End+1 of vector block */
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/* This table describes how to map a set of 1Mb pages to space the physical

View file

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

View file

@ -143,7 +143,7 @@ static bool up_txready(struct uart_dev_s *dev);
static bool up_txempty(struct uart_dev_s *dev);
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
static const struct uart_ops_s g_uart_ops =

View file

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

View file

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

View file

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

View file

@ -109,7 +109,7 @@ up_vector_t g_ram_vectors[ARMV7M_VECTAB_SIZE]
__attribute__ ((section (".ram_vectors"), aligned (RAMVEC_ALIGN)));
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

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

View file

@ -119,7 +119,7 @@ static bool up_txready(struct uart_dev_s *dev);
static bool up_txempty(struct uart_dev_s *dev);
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
static const struct uart_ops_s g_uart_ops =

View file

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

View file

@ -135,7 +135,7 @@ static bool up_txready(struct uart_dev_s *dev);
static bool up_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 @@ extern uint32_t _vector_start; /* Beginning of vector block */
extern uint32_t _vector_end; /* End+1 of vector block */
/************************************************************************************
* Private Variables
* Private Data
************************************************************************************/
static const struct section_mapping_s section_mapping[] =

View file

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

View file

@ -100,7 +100,7 @@ static bool up_txready(struct uart_dev_s *dev);
static bool up_txempty(struct uart_dev_s *dev);
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
static const struct uart_ops_s g_uart_ops =

View file

@ -180,7 +180,7 @@ static bool efm32_txready(struct uart_dev_s *dev);
static bool efm32_txempty(struct uart_dev_s *dev);
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
static const struct uart_ops_s g_leuart_ops =

View file

@ -299,7 +299,7 @@ static bool efm32_txready(struct uart_dev_s *dev);
static bool efm32_txempty(struct uart_dev_s *dev);
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
static const struct uart_ops_s g_uart_ops =

View file

@ -70,7 +70,7 @@ extern uint32_t _vector_start; /* Beginning of vector block */
extern uint32_t _vector_end; /* End+1 of vector block */
/************************************************************************************
* Private Variables
* Private Data
************************************************************************************/
/* Mapping of the external memory regions will probably have to be made board

View file

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

View file

@ -122,7 +122,7 @@ static bool up_txready(struct uart_dev_s *dev);
static bool up_txempty(struct uart_dev_s *dev);
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
static const struct uart_ops_s g_uart_ops =

View file

@ -112,7 +112,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/* This array maps an encoded FIFO depth (index) to the actual size of the

View file

@ -266,7 +266,7 @@ static bool up_txempty(struct uart_dev_s *dev);
#endif
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
static const struct uart_ops_s g_uart_ops =

View file

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

View file

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

View file

@ -182,7 +182,7 @@ static void up_txint(struct uart_dev_s *dev, bool enable);
static bool up_txready(struct uart_dev_s *dev);
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
static const struct uart_ops_s g_uart_ops =

View file

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

View file

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

View file

@ -116,7 +116,7 @@ static bool up_txready(struct uart_dev_s *dev);
static bool up_txempty(struct uart_dev_s *dev);
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
static const struct uart_ops_s g_uart_ops =

View file

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

View file

@ -115,7 +115,7 @@ static bool up_txready(struct uart_dev_s *dev);
static bool up_txempty(struct uart_dev_s *dev);
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
static const struct uart_ops_s g_uart_ops =

View file

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

View file

@ -99,7 +99,7 @@ static bool up_txready(struct uart_dev_s *dev);
static bool up_txempty(struct uart_dev_s *dev);
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
static const struct uart_ops_s g_uart_ops =

View file

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

View file

@ -107,7 +107,7 @@ static bool up_txready(struct uart_dev_s *dev);
static bool up_txempty(struct uart_dev_s *dev);
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
static const struct uart_ops_s g_uart_ops =

View file

@ -80,7 +80,7 @@ extern uint32_t _vector_start; /* Beginning of vector block */
extern uint32_t _vector_end; /* End+1 of vector block */
/************************************************************************************
* Private Variables
* Private Data
************************************************************************************/
/* This table describes how to map a set of 1Mb pages to space the physical address

View file

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

View file

@ -99,7 +99,7 @@ static bool up_txready(struct uart_dev_s *dev);
static bool up_txempty(struct uart_dev_s *dev);
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
static const struct uart_ops_s g_uart_ops =

View file

@ -115,7 +115,7 @@ static bool up_txready(struct uart_dev_s *dev);
static bool up_txempty(struct uart_dev_s *dev);
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
static const struct uart_ops_s g_uart_ops =

View file

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

View file

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

View file

@ -112,7 +112,7 @@ static bool up_txready(struct uart_dev_s *dev);
static bool up_txempty(struct uart_dev_s *dev);
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
static const struct uart_ops_s g_uart_ops =

View file

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

View file

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

View file

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

View file

@ -381,7 +381,7 @@ static bool up_txready(struct uart_dev_s *dev);
static bool up_txempty(struct uart_dev_s *dev);
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
static const struct uart_ops_s g_uart_ops =

View file

@ -102,7 +102,7 @@ static bool dbgu_txready(struct uart_dev_s *dev);
static bool dbgu_txempty(struct uart_dev_s *dev);
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
static const struct uart_ops_s g_uart_ops =

View file

@ -264,7 +264,7 @@ static bool flexus_txready(struct uart_dev_s *dev);
static bool flexus_txempty(struct uart_dev_s *dev);
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
static const struct uart_ops_s g_flexus_ops =

View file

@ -481,7 +481,7 @@ static bool up_txready(struct uart_dev_s *dev);
static bool up_txempty(struct uart_dev_s *dev);
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
static const struct uart_ops_s g_uart_ops =

View file

@ -285,7 +285,7 @@ static void sam_txint(struct uart_dev_s *dev, bool enable);
static bool sam_txempty(struct uart_dev_s *dev);
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
static const struct uart_ops_s g_uart_ops =

View file

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

View file

@ -388,7 +388,7 @@ static bool sam_txready(struct uart_dev_s *dev);
static bool sam_txempty(struct uart_dev_s *dev);
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
static const struct uart_ops_s g_uart_ops =

View file

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

View file

@ -393,7 +393,7 @@ static int up_interrupt_uart8(int irq, void *context);
#endif
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
#ifndef SERIAL_HAVE_ONLY_DMA

View file

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

View file

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

View file

@ -347,7 +347,7 @@ static int up_interrupt_uart8(int irq, void *context);
#endif
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
#ifndef SERIAL_HAVE_ONLY_DMA

View file

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

View file

@ -265,7 +265,7 @@ static bool up_txready(struct uart_dev_s *dev);
static bool up_txempty(struct uart_dev_s *dev);
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
static const struct uart_ops_s g_uart_ops =

View file

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

View file

@ -330,7 +330,7 @@ static bool up_txready(struct uart_dev_s *dev);
static bool up_txempty(struct uart_dev_s *dev);
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
static const struct uart_ops_s g_uart_ops =

View file

@ -161,7 +161,7 @@ static bool tms570_txready(struct uart_dev_s *dev);
static bool tms570_txempty(struct uart_dev_s *dev);
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
static const struct uart_ops_s g_sci_ops =

View file

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

View file

@ -73,7 +73,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
static uint32_t g_portmap[AVR32_NGPIO_PORTS] =

View file

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

View file

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

View file

@ -170,7 +170,7 @@ static void up_txint(struct uart_dev_s *dev, bool enable);
static bool up_txready(struct uart_dev_s *dev);
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
static const struct uart_ops_s g_uart_ops =

View file

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

View file

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

View file

@ -102,7 +102,7 @@ static bool usart1_txready(struct uart_dev_s *dev);
static bool usart1_txempty(struct uart_dev_s *dev);
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
struct uart_ops_s g_uart1_ops =

View file

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

View file

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

View file

@ -144,7 +144,7 @@ static bool usart1_txempty(struct uart_dev_s *dev);
#endif
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/* USART0 operations */

View file

@ -53,7 +53,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

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

View file

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

View file

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

View file

@ -134,7 +134,7 @@ static bool up_txready(struct uart_dev_s *dev);
static bool up_txempty(struct uart_dev_s *dev);
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
struct uart_ops_s g_sci_ops =

View file

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

View file

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

View file

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

View file

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

View file

@ -184,7 +184,7 @@ static bool up_txready(struct uart_dev_s *dev);
static bool up_txempty(struct uart_dev_s *dev);
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
static const struct uart_ops_s g_uart_ops =

View file

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

View file

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

View file

@ -307,7 +307,7 @@ static bool up_txready(struct uart_dev_s *dev);
static bool up_txempty(struct uart_dev_s *dev);
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
static const struct uart_ops_s g_uart_ops =

View file

@ -140,7 +140,7 @@ static bool up_txready(struct uart_dev_s *dev);
static bool up_txempty(struct uart_dev_s *dev);
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
static struct uart_ops_s g_com_ops =

View file

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

View file

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

View file

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

View file

@ -279,7 +279,7 @@ static void up_txint(struct uart_dev_s *dev, bool enable);
static bool up_txready(struct uart_dev_s *dev);
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
static const struct uart_ops_s g_uart_ops =

View file

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

View file

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

View file

@ -167,7 +167,7 @@ static void up_txint(struct uart_dev_s *dev, bool enable);
static bool up_txready(struct uart_dev_s *dev);
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
struct uart_ops_s g_sci_ops =

View file

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

View file

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

View file

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

View file

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

View file

@ -107,7 +107,7 @@ static bool z16f_txready(struct uart_dev_s *dev);
static bool z16f_txempty(struct uart_dev_s *dev);
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
static const struct uart_ops_s g_uart_ops =
@ -874,7 +874,7 @@ int up_putc(int ch)
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************

View file

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

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