[PATCH] 8250: Add back missing space from banner printk.

From: Will Newton
Date: Thu Dec 04 2008 - 12:21:31 EST


A space went missing from the printk output at port initialization time,
add it back so the output is more readable.

Signed-off-by: Will Newton <will.newton@xxxxxxxxx>
---
drivers/serial/8250.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/serial/8250.c b/drivers/serial/8250.c
index 303272a..ffa6c72 100644
--- a/drivers/serial/8250.c
+++ b/drivers/serial/8250.c
@@ -3018,7 +3018,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");

--
1.5.5.2
From 8e05ba03caa3367e4668d051d97a9dcca7eea076 Mon Sep 17 00:00:00 2001
From: Will Newton <will.newton@xxxxxxxxx>
Date: Thu, 4 Dec 2008 17:18:20 +0000
Subject: [PATCH] 8250: Add back missing space from banner printk.

A space went missing from the printk output at port initialization time,
add it back so the output is more readable.

Signed-off-by: Will Newton <will.newton@xxxxxxxxx>
---
drivers/serial/8250.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/serial/8250.c b/drivers/serial/8250.c
index 303272a..ffa6c72 100644
--- a/drivers/serial/8250.c
+++ b/drivers/serial/8250.c
@@ -3018,7 +3018,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");

--
1.5.5.2