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
+1 -1
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
+1 -1
View File
@@ -179,7 +179,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************
+1 -1
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 =
+1 -1
View File
@@ -57,7 +57,7 @@
**************************************************************************/
/**************************************************************************
* Private Variables
* Private Data
**************************************************************************/
/**************************************************************************
+1 -1
View File
@@ -57,7 +57,7 @@
**************************************************************************/
/**************************************************************************
* Private Variables
* Private Data
**************************************************************************/
/**************************************************************************
+1 -1
View File
@@ -75,7 +75,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************
+1 -1
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
****************************************************************************/
/****************************************************************************
+1 -1
View File
@@ -60,7 +60,7 @@
**************************************************************************/
/**************************************************************************
* Private Variables
* Private Data
**************************************************************************/
/**************************************************************************
+1 -1
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 =
+1 -1
View File
@@ -64,7 +64,7 @@
**************************************************************************/
/**************************************************************************
* Private Variables
* Private Data
**************************************************************************/
/**************************************************************************
+1 -1
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 =
+1 -1
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[] =
+1 -1
View File
@@ -61,7 +61,7 @@
**************************************************************************/
/**************************************************************************
* Private Variables
* Private Data
**************************************************************************/
/**************************************************************************
+1 -1
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 =
+1 -1
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 =
+1 -1
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 =
+1 -1
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
+1 -1
View File
@@ -61,7 +61,7 @@
**************************************************************************/
/**************************************************************************
* Private Variables
* Private Data
**************************************************************************/
/**************************************************************************
+1 -1
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 =
+1 -1
View File
@@ -112,7 +112,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/* This array maps an encoded FIFO depth (index) to the actual size of the
+1 -1
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 =
+1 -1
View File
@@ -90,7 +90,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************
+1 -1
View File
@@ -97,7 +97,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************
+1 -1
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 =
+1 -1
View File
@@ -92,7 +92,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************
+1 -1
View File
@@ -136,7 +136,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************
+1 -1
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 =
+1 -1
View File
@@ -242,7 +242,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************
+1 -1
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 =
+1 -1
View File
@@ -119,7 +119,7 @@
**************************************************************************/
/**************************************************************************
* Private Variables
* Private Data
**************************************************************************/
/**************************************************************************
+1 -1
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 =
+1 -1
View File
@@ -155,7 +155,7 @@
**************************************************************************/
/**************************************************************************
* Private Variables
* Private Data
**************************************************************************/
/**************************************************************************
+1 -1
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 =
+1 -1
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
+1 -1
View File
@@ -92,7 +92,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************
+1 -1
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 =
+1 -1
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 =
+1 -1
View File
@@ -152,7 +152,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************
+1 -1
View File
@@ -60,7 +60,7 @@
**************************************************************************/
/**************************************************************************
* Private Variables
* Private Data
**************************************************************************/
/**************************************************************************
+1 -1
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 =
+1 -1
View File
@@ -450,7 +450,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************
+1 -1
View File
@@ -83,7 +83,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************
+1 -1
View File
@@ -259,7 +259,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************
+1 -1
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 =
+1 -1
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 =
+1 -1
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 =
+1 -1
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 =
+1 -1
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 =
+1 -1
View File
@@ -185,7 +185,7 @@
****************************************************************************/
/****************************************************************************
* Private Variables
* Private Data
****************************************************************************/
/****************************************************************************
+1 -1
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 =

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