]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/serial/8250.c
trivial: Add a space (and a comma) to a printk in 8250 driver
[linux-2.6-omap-h63xx.git] / drivers / serial / 8250.c
index daa00567bc44115577ff012cac16985c2957b66f..1889a63ebc2293cdcaa2b1f403f41ea142caf6af 100644 (file)
@@ -3123,7 +3123,7 @@ static int __init serial8250_init(void)
        if (nr_uarts > UART_NR)
                nr_uarts = UART_NR;
 
-       printk(KERN_INFO "Serial: 8250/16550 driver"
+       printk(KERN_INFO "Serial: 8250/16550 driver"
                "%d ports, IRQ sharing %sabled\n", nr_uarts,
                share_irqs ? "en" : "dis");