From 4435c1bfb7741ca22ddc07fb89c916ea798072a7 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 3 Oct 2015 07:33:06 -0600 Subject: [PATCH] Standardize the width of all comment boxes in C header files --- arch/arm/src/lpc43xx/lpc43_ehci.h | 4 ++-- arch/arm/src/lpc43xx/lpc43_rit.h | 2 +- arch/arm/src/sama5/sam_usbhost.h | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/arch/arm/src/lpc43xx/lpc43_ehci.h b/arch/arm/src/lpc43xx/lpc43_ehci.h index 0e50b93303..b6ad0474e5 100644 --- a/arch/arm/src/lpc43xx/lpc43_ehci.h +++ b/arch/arm/src/lpc43xx/lpc43_ehci.h @@ -70,7 +70,7 @@ extern "C" * Public Function Prototypes ************************************************************************************/ -/**************************************************************************** +/************************************************************************************ * Name: lpc31_ehci_initialize * * Description: @@ -93,7 +93,7 @@ extern "C" * - Class drivers should be initialized prior to calling this function. * Otherwise, there is a race condition if the device is already connected. * - ****************************************************************************/ + ************************************************************************************/ #if defined(CONFIG_LPC43_USBOTG) && defined(CONFIG_USBHOST) struct usbhost_connection_s; diff --git a/arch/arm/src/lpc43xx/lpc43_rit.h b/arch/arm/src/lpc43xx/lpc43_rit.h index d5a3ce7846..3088b8fe11 100644 --- a/arch/arm/src/lpc43xx/lpc43_rit.h +++ b/arch/arm/src/lpc43xx/lpc43_rit.h @@ -54,7 +54,7 @@ * Public Data ****************************************************************************/ -/************************************************************************************ +/**************************************************************************** * Public Functions ****************************************************************************/ diff --git a/arch/arm/src/sama5/sam_usbhost.h b/arch/arm/src/sama5/sam_usbhost.h index 1517815006..a67a0a42dd 100644 --- a/arch/arm/src/sama5/sam_usbhost.h +++ b/arch/arm/src/sama5/sam_usbhost.h @@ -230,7 +230,7 @@ extern "C" * Public Functions ************************************************************************************/ -/**************************************************************************** +/************************************************************************************ * Name: sam_ohci_initialize * * Description: @@ -253,14 +253,14 @@ extern "C" * - Class drivers should be initialized prior to calling this function. * Otherwise, there is a race condition if the device is already connected. * - ****************************************************************************/ + ************************************************************************************/ #ifdef CONFIG_SAMA5_OHCI struct usbhost_connection_s; FAR struct usbhost_connection_s *sam_ohci_initialize(int controller); #endif -/**************************************************************************** +/************************************************************************************ * Name: sam_ohci_tophalf * * Description: @@ -268,13 +268,13 @@ FAR struct usbhost_connection_s *sam_ohci_initialize(int controller); * EHCI will manage the common UHPHS interrupt and will forward the interrupt * event to this function. * - ****************************************************************************/ + ************************************************************************************/ #ifdef CONFIG_SAMA5_OHCI int sam_ohci_tophalf(int irq, FAR void *context); #endif -/**************************************************************************** +/************************************************************************************ * Name: sam_ehci_initialize * * Description: @@ -297,7 +297,7 @@ int sam_ohci_tophalf(int irq, FAR void *context); * - Class drivers should be initialized prior to calling this function. * Otherwise, there is a race condition if the device is already connected. * - ****************************************************************************/ + ************************************************************************************/ #ifdef CONFIG_SAMA5_EHCI struct usbhost_connection_s;