[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1230642403.13647.31.camel@test.thuisdomein>
Date: Tue, 30 Dec 2008 14:06:43 +0100
From: Paul Bolle <pebolle@...cali.nl>
To: trivial@...nel.org, linux-kernel@...r.kernel.org
Subject: [PATCH][TRIVIAL] Add a space (and a comma) to a printk
Commit d87a6d9 ("drivers/serial/: remove CVS keywords") removed one
space too many in the printk in serial8250_init(). Put it back in (and
add a comma for clarity).
Signed-off-by: Paul Bolle <pebolle@...cali.nl>
---
diff --git a/drivers/serial/8250.c b/drivers/serial/8250.c
index 303272a..31b3c08 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");
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists