Author: stepan Date: Wed Apr 20 23:14:05 2011 New Revision: 6533 URL: https://tracker.coreboot.org/trac/coreboot/changeset/6533
Log: drop excessive newline in uart8250.c Signed-off-by: Stefan Reinauer <[email protected]> Acked-by: Stefan Reinauer <[email protected]> Modified: trunk/src/lib/uart8250.c Modified: trunk/src/lib/uart8250.c ============================================================================== --- trunk/src/lib/uart8250.c Wed Apr 20 23:11:22 2011 (r6532) +++ trunk/src/lib/uart8250.c Wed Apr 20 23:14:05 2011 (r6533) @@ -25,7 +25,6 @@ #include "option_table.h" #endif - /* Should support 8250, 16450, 16550, 16550A type UARTs */ static inline int uart8250_can_tx_byte(unsigned base_port) -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

