Fix some spacing problems

This commit is contained in:
Gregory Nutt
2015-10-04 15:04:00 -06:00
parent 863ded3584
commit 0b12dbf95d
88 changed files with 226 additions and 229 deletions

View File

@@ -2202,7 +2202,7 @@ static void cdcuart_txint(FAR struct uart_dev_s *dev, bool enable)
}
#endif
/* Extract references to private data */
/* Extract references to private data */
priv = (FAR struct cdcacm_dev_s*)dev->priv;

View File

@@ -146,7 +146,7 @@ const char g_compvendorstr[] = CONFIG_COMPOSITE_VENDORSTR;
const char g_compproductstr[] = CONFIG_COMPOSITE_PRODUCTSTR;
const char g_compserialstr[] = CONFIG_COMPOSITE_SERIALSTR;
/****************************************************************************
/****************************************************************************
* Private Functions
****************************************************************************/
/****************************************************************************

View File

@@ -2218,7 +2218,7 @@ static void usbser_txint(FAR struct uart_dev_s *dev, bool enable)
}
#endif
/* Extract references to private data */
/* Extract references to private data */
priv = (FAR struct pl2303_dev_s*)dev->priv;

View File

@@ -260,7 +260,7 @@ int usbmsc_mkstrdesc(uint8_t id, struct usb_strdesc_s *strdesc)
return 4;
}
case USBMSC_MANUFACTURERSTRID:
case USBMSC_MANUFACTURERSTRID:
str = g_mscvendorstr;
break;