diff --git a/arch/arm/src/lpc43xx/lpc43_ehci.h b/arch/arm/src/lpc43xx/lpc43_ehci.h index 0e50b93303f..b6ad0474e58 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 d5a3ce7846f..3088b8fe115 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 15178150066..a67a0a42ddc 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;