Standardize the width of all comment boxes in header files

This commit is contained in:
Gregory Nutt
2015-10-02 17:47:23 -06:00
parent 36726b1bc4
commit cae0c9a2e3
16 changed files with 129 additions and 129 deletions
+10 -10
View File
@@ -1,4 +1,4 @@
/************************************************************************
/****************************************************************************
* arch/x86/include/i486/types.h
*
* Copyright (C) 2011 Gregory Nutt. All rights reserved.
@@ -31,7 +31,7 @@
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
************************************************************************/
****************************************************************************/
/* This file should never be included directed but, rather, only
* indirectly through arch/types.h (which is, in turn only accessed
@@ -41,17 +41,17 @@
#ifndef __ARCH_X86_INCLUDE_I486_TYPES_H
#define __ARCH_X86_INCLUDE_I486_TYPES_H
/************************************************************************
/****************************************************************************
* Included Files
************************************************************************/
****************************************************************************/
/************************************************************************
/****************************************************************************
* Pre-processor Definitions
************************************************************************/
****************************************************************************/
/************************************************************************
/****************************************************************************
* Type Declarations
************************************************************************/
****************************************************************************/
#ifndef __ASSEMBLY__
@@ -90,8 +90,8 @@ typedef unsigned int irqstate_t;
#endif /* __ASSEMBLY__ */
/************************************************************************
/****************************************************************************
* Public Function Prototypes
************************************************************************/
****************************************************************************/
#endif /* __ARCH_X86_INCLUDE_I486_TYPES_H */