Standardize the width of all comment boxes in header files

This commit is contained in:
Gregory Nutt 2015-10-02 17:47:56 -06:00
parent e6e46f830b
commit 6cb20d3fba
9 changed files with 42 additions and 42 deletions

View File

@ -1,4 +1,4 @@
/************************************************************************ /****************************************************************************
* arch/board.h * arch/board.h
* *
* Copyright (C) 2007, 2009 Gregory Nutt. All rights reserved. * Copyright (C) 2007, 2009 Gregory Nutt. All rights reserved.
@ -31,18 +31,18 @@
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
************************************************************************/ ****************************************************************************/
#ifndef __ARCH_BOARD_H #ifndef __ARCH_BOARD_H
#define __ARCH_BOARD_H #define __ARCH_BOARD_H
/************************************************************************ /****************************************************************************
* Included Files * Included Files
************************************************************************/ ****************************************************************************/
/************************************************************************ /****************************************************************************
* Pre-processor Definitions * Pre-processor Definitions
************************************************************************/ ****************************************************************************/
/* Clocking *************************************************************/ /* Clocking *************************************************************/
@ -59,8 +59,8 @@
#define LED_ASSERTION 6 #define LED_ASSERTION 6
#define LED_PANIC 7 #define LED_PANIC 7
/************************************************************************ /****************************************************************************
* Inline Functions * Inline Functions
************************************************************************/ ****************************************************************************/
#endif /* __ARCH_BOARD_H */ #endif /* __ARCH_BOARD_H */

View File

@ -1,6 +1,6 @@
/************************************************************************ /****************************************************************************
* configs/nsh_highram/include/board.h * configs/nsh_highram/include/board.h
* *
* Supposed to be empty * Supposed to be empty
* *
************************************************************************/ ****************************************************************************/

View File

@ -1,6 +1,6 @@
/************************************************************************ /****************************************************************************
* arch/board.h * arch/board.h
* *
* Supposed to be empty * Supposed to be empty
* *
************************************************************************/ ****************************************************************************/

View File

@ -1,6 +1,6 @@
/************************************************************************ /****************************************************************************
* arch/board.h * arch/board.h
* *
* Supposed to be empty * Supposed to be empty
* *
************************************************************************/ ****************************************************************************/

View File

@ -1,4 +1,4 @@
/************************************************************ /****************************************************************************
* configs/p112/include/board.h * configs/p112/include/board.h
* *
* Copyright (C) 2012 Gregory Nutt. All rights reserved. * Copyright (C) 2012 Gregory Nutt. All rights reserved.
@ -31,18 +31,18 @@
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
************************************************************/ ****************************************************************************/
#ifndef __CONFIGS_P112_INCLUDE_BOARD_H #ifndef __CONFIGS_P112_INCLUDE_BOARD_H
#define __CONFIGS_P112_INCLUDE_BOARD_H #define __CONFIGS_P112_INCLUDE_BOARD_H
/************************************************************ /****************************************************************************
* Included Files * Included Files
************************************************************/ ****************************************************************************/
/************************************************************ /****************************************************************************
* Pre-processor Definitions * Pre-processor Definitions
************************************************************/ ****************************************************************************/
/* The Z180 is driven by a 16MHz crystal. The system clock /* The Z180 is driven by a 16MHz crystal. The system clock
* is equal to the crystal frequency. * is equal to the crystal frequency.
*/ */
@ -50,9 +50,9 @@
#define Z180_BOARD_XTAL 16000000 /* 16 MHz */ #define Z180_BOARD_XTAL 16000000 /* 16 MHz */
#define Z180_SYSCLOCK Z180_BOARD_XTAL /* 16 MHz */ #define Z180_SYSCLOCK Z180_BOARD_XTAL /* 16 MHz */
/************************************************************ /****************************************************************************
* Public Functions * Public Functions
************************************************************/ ****************************************************************************/
#if defined(__cplusplus) #if defined(__cplusplus)
extern "C" extern "C"

View File

@ -1,6 +1,6 @@
/************************************************************************ /****************************************************************************
* configs/pirelli_dpl10/include/board.h * configs/pirelli_dpl10/include/board.h
* *
* Supposed to be empty * Supposed to be empty
* *
************************************************************************/ ****************************************************************************/

View File

@ -1,3 +1,3 @@
/************************************************************************ /****************************************************************************
* configs/sim/include/board.h * configs/sim/include/board.h
************************************************************************/ ****************************************************************************/

View File

@ -1,4 +1,4 @@
/************************************************************ /****************************************************************************
* configs/xtrs/include/board.h * configs/xtrs/include/board.h
* *
* Copyright (C) 2008 Gregory Nutt. All rights reserved. * Copyright (C) 2008 Gregory Nutt. All rights reserved.
@ -31,26 +31,26 @@
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
************************************************************/ ****************************************************************************/
#ifndef __ARCH_BOARD_BOARD_H #ifndef __ARCH_BOARD_BOARD_H
#define __ARCH_BOARD_BOARD_H #define __ARCH_BOARD_BOARD_H
/************************************************************ /****************************************************************************
* Included Files * Included Files
************************************************************/ ****************************************************************************/
/* Adresses of BIOS routines */ /* Adresses of BIOS routines */
#include "trs80-m3.h" #include "trs80-m3.h"
/************************************************************ /****************************************************************************
* Pre-processor Definitions * Pre-processor Definitions
************************************************************/ ****************************************************************************/
/************************************************************ /****************************************************************************
* Public Functions * Public Functions
************************************************************/ ****************************************************************************/
#undef EXTERN #undef EXTERN
#if defined(__cplusplus) #if defined(__cplusplus)

View File

@ -1,4 +1,4 @@
/************************************************************ /****************************************************************************
* configs/z80sim/include/board.h * configs/z80sim/include/board.h
* *
* Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved. * Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
@ -31,22 +31,22 @@
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
************************************************************/ ****************************************************************************/
#ifndef __ARCH_BOARD_BOARD_H #ifndef __ARCH_BOARD_BOARD_H
#define __ARCH_BOARD_BOARD_H #define __ARCH_BOARD_BOARD_H
/************************************************************ /****************************************************************************
* Included Files * Included Files
************************************************************/ ****************************************************************************/
/************************************************************ /****************************************************************************
* Pre-processor Definitions * Pre-processor Definitions
************************************************************/ ****************************************************************************/
/************************************************************ /****************************************************************************
* Public Functions * Public Functions
************************************************************/ ****************************************************************************/
#undef EXTERN #undef EXTERN
#if defined(__cplusplus) #if defined(__cplusplus)
#define EXTERN extern "C" #define EXTERN extern "C"