More spacing/alignment issues
This commit is contained in:
parent
ef5f3dcff4
commit
d90f597a05
@ -808,7 +808,7 @@ static int pwm_stop(FAR struct pwm_lowerhalf_s *dev)
|
||||
|
||||
/* Disable interrupts momentary to stop any ongoing timer processing and
|
||||
* to prevent any concurrent access to the reset register.
|
||||
*/
|
||||
*/
|
||||
|
||||
flags = irqsave();
|
||||
|
||||
|
@ -3949,7 +3949,7 @@ static int efm32_enumerate(FAR struct usbhost_connection_s *conn,
|
||||
/* If this is a connection on the root hub, then we need to go to
|
||||
* little more effort to get the device speed. If it is a connection
|
||||
* on an external hub, then we already have that information.
|
||||
*/
|
||||
*/
|
||||
|
||||
#ifdef CONFIG_USBHOST_HUB
|
||||
if (ROOTHUB(hport))
|
||||
|
@ -87,7 +87,7 @@ void up_irqinitialize(void)
|
||||
/* Set masking of normal interrupts by priority. Writing all ones
|
||||
* (or -1) to the NIMASK register sets the normal interrupt mask to
|
||||
* -1 and does not disable any normal interrupt priority levels.
|
||||
*/
|
||||
*/
|
||||
|
||||
#ifndef CONFIG_SUPPRESS_INTERRUPTS
|
||||
putreg32(-1, IMX_AITC_NIMASK); /* -1: No priority levels masked */
|
||||
|
@ -554,7 +554,7 @@ static void can_reset(FAR struct can_dev_s *dev)
|
||||
|
||||
/* Disable interrupts momentary to stop any ongoing CAN event processing and
|
||||
* to prevent any concurrent access to the AHB1RSTR register.
|
||||
*/
|
||||
*/
|
||||
|
||||
flags = irqsave();
|
||||
|
||||
|
@ -3882,7 +3882,7 @@ static int stm32_enumerate(FAR struct usbhost_connection_s *conn,
|
||||
/* If this is a connection on the root hub, then we need to go to
|
||||
* little more effort to get the device speed. If it is a connection
|
||||
* on an external hub, then we already have that information.
|
||||
*/
|
||||
*/
|
||||
|
||||
#ifdef CONFIG_USBHOST_HUB
|
||||
if (ROOTHUB(hport))
|
||||
|
@ -3882,7 +3882,7 @@ static int stm32_enumerate(FAR struct usbhost_connection_s *conn,
|
||||
/* If this is a connection on the root hub, then we need to go to
|
||||
* little more effort to get the device speed. If it is a connection
|
||||
* on an external hub, then we already have that information.
|
||||
*/
|
||||
*/
|
||||
|
||||
#ifdef CONFIG_USBHOST_HUB
|
||||
if (ROOTHUB(hport))
|
||||
|
@ -1407,7 +1407,7 @@ static int pwm_stop(FAR struct pwm_lowerhalf_s *dev)
|
||||
|
||||
/* Disable interrupts momentary to stop any ongoing timer processing and
|
||||
* to prevent any concurrent access to the reset register.
|
||||
*/
|
||||
*/
|
||||
|
||||
flags = irqsave();
|
||||
|
||||
|
@ -963,7 +963,7 @@ static int stm32_shutdown(FAR struct qe_lowerhalf_s *lower)
|
||||
|
||||
/* Disable interrupts momentary to stop any ongoing timer processing and
|
||||
* to prevent any concurrent access to the reset register.
|
||||
*/
|
||||
*/
|
||||
|
||||
/* Disable further interrupts and stop the timer */
|
||||
|
||||
|
@ -1332,7 +1332,7 @@ static int stm32_interrupt(int irq, void *context)
|
||||
{
|
||||
/* Is the RX FIFO half full or more? Is so then we must be
|
||||
* processing a receive transaction.
|
||||
*/
|
||||
*/
|
||||
|
||||
if ((pending & SDIO_STA_RXFIFOHF) != 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user