* [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
* Re: [trivial patch] fix missing space in printk drivers/serial/8250.c
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
1 sibling, 0 replies; 3+ messages in thread
From: Paul Bolle @ 2009-01-24 21:59 UTC (permalink / raw)
To: Michael Tokarev; +Cc: linux-serial, Linux-kernel
On Sat, 2009-01-24 at 23:39 +0300, Michael Tokarev wrote:
> 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@
This was fixed by commit f1fb9bb8594cecf4e81e7a8ab8f6268e0bace40b
("trivial: Add a space (and a comma) to a printk in 8250 driver"), which
is the result of a patch that I sent to both trivial@kernel.org and
linux-kernel@vger.kernel.org a few weeks ago.
Regards,
Paul Bolle
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [trivial patch] fix missing space in printk drivers/serial/8250.c
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
1 sibling, 0 replies; 3+ messages in thread
From: Alan Cox @ 2009-01-25 14:16 UTC (permalink / raw)
To: Michael Tokarev; +Cc: linux-serial, Linux-kernel
On Sat, 24 Jan 2009 23:39:27 +0300
Michael Tokarev <mjt@tls.msk.ru> wrote:
> 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>
Doesn't apply and the upstream tree appears to have this fixed
^ 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