Kinsey Moore started a new discussion on bsps/m68k/uC5282/console/console.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/588#note_126642

 >      int level;
 >  
 >      rtems_interrupt_disable(level);
 > -    while ( (MCF5282_UART_USR(CONSOLE_PORT) & MCF5282_UART_USR_TXRDY) == 0 )
 > +    while ( (MCF5282_UART_USR(CONSOLE_PORT) & MCF5282_UART_USR_TXRDY) == 0 
 > ) {
 >          continue;
 > +    }

Please use the closing brace style present in the remainder of the file with 
the closing brace at the same indentation level as the while. Same for the 
other addition.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/588#note_126642
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to