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 stefan.reinauer@coreboot.org Acked-by: Stefan Reinauer stefan.reinauer@coreboot.org
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)