Standardize the width of all comment boxes in C files

This commit is contained in:
Gregory Nutt
2015-10-02 17:43:18 -06:00
parent cb9e27c3b0
commit 5b51a9fcdd
230 changed files with 2054 additions and 2054 deletions
+22 -22
View File
@@ -1,4 +1,4 @@
/************************************************************************
/****************************************************************************
* sched/clock/clock_getres.c
*
* Copyright (C) 2007, 2009 Gregory Nutt. All rights reserved.
@@ -31,11 +31,11 @@
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
************************************************************************/
****************************************************************************/
/************************************************************************
/****************************************************************************
* Included Files
************************************************************************/
****************************************************************************/
#include <nuttx/config.h>
@@ -46,45 +46,45 @@
#include "clock/clock.h"
/************************************************************************
/****************************************************************************
* Pre-processor Definitions
************************************************************************/
****************************************************************************/
/************************************************************************
/****************************************************************************
* Private Type Declarations
************************************************************************/
****************************************************************************/
/************************************************************************
/****************************************************************************
* Private Function Prototypes
************************************************************************/
****************************************************************************/
/**********************************************************************
/****************************************************************************
* Public Constant Data
**********************************************************************/
****************************************************************************/
/************************************************************************
/****************************************************************************
* Public Data
************************************************************************/
****************************************************************************/
/**********************************************************************
/****************************************************************************
* Private Variables
**********************************************************************/
****************************************************************************/
/************************************************************************
/****************************************************************************
* Private Functions
************************************************************************/
****************************************************************************/
/************************************************************************
/****************************************************************************
* Public Functions
************************************************************************/
****************************************************************************/
/************************************************************************
/****************************************************************************
* Name: clock_getres
*
* Description:
* Clock Functions based on POSIX APIs
*
************************************************************************/
****************************************************************************/
int clock_getres(clockid_t clock_id, struct timespec *res)
{
+22 -22
View File
@@ -1,4 +1,4 @@
/************************************************************************
/****************************************************************************
* sched/clock/clock_gettime.c
*
* Copyright (C) 2007, 2009, 2011, 2014 Gregory Nutt. All rights reserved.
@@ -31,11 +31,11 @@
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
************************************************************************/
****************************************************************************/
/************************************************************************
/****************************************************************************
* Included Files
************************************************************************/
****************************************************************************/
#include <nuttx/config.h>
@@ -50,45 +50,45 @@
#include "clock/clock.h"
/************************************************************************
/****************************************************************************
* Pre-processor Definitions
************************************************************************/
****************************************************************************/
/************************************************************************
/****************************************************************************
* Private Type Declarations
************************************************************************/
****************************************************************************/
/************************************************************************
/****************************************************************************
* Private Function Prototypes
************************************************************************/
****************************************************************************/
/**********************************************************************
/****************************************************************************
* Public Constant Data
**********************************************************************/
****************************************************************************/
/************************************************************************
/****************************************************************************
* Public Data
************************************************************************/
****************************************************************************/
/**********************************************************************
/****************************************************************************
* Private Variables
**********************************************************************/
****************************************************************************/
/************************************************************************
/****************************************************************************
* Private Functions
************************************************************************/
****************************************************************************/
/************************************************************************
/****************************************************************************
* Public Functions
************************************************************************/
****************************************************************************/
/************************************************************************
/****************************************************************************
* Name: clock_gettime
*
* Description:
* Clock Functions based on POSIX APIs
*
************************************************************************/
****************************************************************************/
int clock_gettime(clockid_t clock_id, struct timespec *tp)
{
+6 -6
View File
@@ -72,9 +72,9 @@
* Private Function Prototypes
****************************************************************************/
/**************************************************************************
/****************************************************************************
* Public Constant Data
**************************************************************************/
****************************************************************************/
/****************************************************************************
* Public Data
@@ -90,13 +90,13 @@ volatile uint32_t g_system_timer;
struct timespec g_basetime;
/**************************************************************************
/****************************************************************************
* Private Variables
**************************************************************************/
****************************************************************************/
/**************************************************************************
/****************************************************************************
* Private Functions
**************************************************************************/
****************************************************************************/
/****************************************************************************
* Name: clock_basetime
+22 -22
View File
@@ -1,4 +1,4 @@
/************************************************************************
/****************************************************************************
* sched/clock/clock_settime.c
*
* Copyright (C) 2007, 2009, 2011, 2014 Gregory Nutt. All rights reserved.
@@ -31,11 +31,11 @@
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
************************************************************************/
****************************************************************************/
/************************************************************************
/****************************************************************************
* Included Files
************************************************************************/
****************************************************************************/
#include <nuttx/config.h>
@@ -49,45 +49,45 @@
#include "clock/clock.h"
/************************************************************************
/****************************************************************************
* Pre-processor Definitions
************************************************************************/
****************************************************************************/
/************************************************************************
/****************************************************************************
* Private Type Declarations
************************************************************************/
****************************************************************************/
/************************************************************************
/****************************************************************************
* Private Function Prototypes
************************************************************************/
****************************************************************************/
/**********************************************************************
/****************************************************************************
* Public Constant Data
**********************************************************************/
****************************************************************************/
/************************************************************************
/****************************************************************************
* Public Data
************************************************************************/
****************************************************************************/
/**********************************************************************
/****************************************************************************
* Private Variables
**********************************************************************/
****************************************************************************/
/************************************************************************
/****************************************************************************
* Private Functions
************************************************************************/
****************************************************************************/
/************************************************************************
/****************************************************************************
* Public Functions
************************************************************************/
****************************************************************************/
/************************************************************************
/****************************************************************************
* Name: clock_settime
*
* Description:
* Clock Functions based on POSIX APIs
*
************************************************************************/
****************************************************************************/
int clock_settime(clockid_t clock_id, FAR const struct timespec *tp)
{
+2 -2
View File
@@ -48,7 +48,7 @@
* Public Functions
********************************************************************************/
/************************************************************************
/****************************************************************************
* Name: clock_timespec_add
*
* Description:
@@ -61,7 +61,7 @@
* Return Value:
* None
*
************************************************************************/
****************************************************************************/
void clock_timespec_add(FAR const struct timespec *ts1,
FAR const struct timespec *ts2,
+2 -2
View File
@@ -48,7 +48,7 @@
* Public Functions
********************************************************************************/
/************************************************************************
/****************************************************************************
* Name: clock_timespec_subtract
*
* Description:
@@ -62,7 +62,7 @@
* Return Value:
* None
*
************************************************************************/
****************************************************************************/
void clock_timespec_subtract(FAR const struct timespec *ts1,
FAR const struct timespec *ts2,