Yet more spacing issues

This commit is contained in:
Gregory Nutt 2015-10-07 20:24:19 -06:00
parent a92842906f
commit beb060d422
11 changed files with 23 additions and 22 deletions

View File

@ -57,7 +57,7 @@
* *
* Descriptions: Initialize the target board before running the main() * Descriptions: Initialize the target board before running the main()
* *
************************************************************************/ ****************************************************************************/
void IO_Init(void) void IO_Init(void)
{ {

View File

@ -2975,7 +2975,8 @@ static int lpc43_ioctl(struct net_driver_s *dev, int cmd, long arg)
* Function: lpc43_phyintenable * Function: lpc43_phyintenable
* *
* Description: * Description:
* Enable link up/down PHY interrupts. The interrupt protocol is like this: * Enable link up/down PHY interrupts. The interrupt protocol is like
* this:
* *
* - Interrupt status is cleared when the interrupt is enabled. * - Interrupt status is cleared when the interrupt is enabled.
* - Interrupt occurs. Interrupt is disabled (at the processor level) when * - Interrupt occurs. Interrupt is disabled (at the processor level) when