Standardize the width of all comment boxes in C header files

This commit is contained in:
Gregory Nutt
2015-10-03 07:33:06 -06:00
parent 9caf33e13b
commit 4435c1bfb7
3 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -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;
+1 -1
View File
@@ -54,7 +54,7 @@
* Public Data
****************************************************************************/
/************************************************************************************
/****************************************************************************
* Public Functions
****************************************************************************/
+6 -6
View File
@@ -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;