public inbox for linux-serial@vger.kernel.org
 help / color / mirror / Atom feed
* [trivial patch] fix missing space in printk drivers/serial/8250.c
@ 2009-01-24 20:39 Michael Tokarev
  2009-01-24 21:59 ` Paul Bolle
  2009-01-25 14:16 ` Alan Cox
  0 siblings, 2 replies; 3+ messages in thread
From: Michael Tokarev @ 2009-01-24 20:39 UTC (permalink / raw)
  To: linux-serial, Linux-kernel

[-- Attachment #1: Type: text/plain, Size: 323 bytes --]

Again, I don't know where to push this trivia thing.
8250 marked as Orphan in MAINTAINERS, so I'm sending
to linux-serial@ AND to linux-kernel@

Because.. when I see such mess in dmesg, it annoys me ;)

 Serial: 8250/16550 driver10 ports, IRQ sharing enabled

Signed-Off-By: Michael Tokarev <mjt@tls.msk.ru>

Thanks!

/mjt

[-- Attachment #2: 8250-space.diff --]
[-- Type: text/x-patch, Size: 362 bytes --]

--- linux-2.6.28/drivers/serial/8250.c.orig	2008-12-25 02:26:37.000000000 +0300
+++ linux-2.6.28/drivers/serial/8250.c	2009-01-24 23:34:32.891807709 +0300
@@ -3020,3 +3020,3 @@ static int __init serial8250_init(void)
 
-	printk(KERN_INFO "Serial: 8250/16550 driver"
+	printk(KERN_INFO "Serial: 8250/16550 driver "
 		"%d ports, IRQ sharing %sabled\n", nr_uarts,

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-01-25 14:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-24 20:39 [trivial patch] fix missing space in printk drivers/serial/8250.c Michael Tokarev
2009-01-24 21:59 ` Paul Bolle
2009-01-25 14:16 ` Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox