public inbox for linux-serial@vger.kernel.org
 help / color / mirror / Atom feed
From: Michael Tokarev <mjt@tls.msk.ru>
To: linux-serial@vger.kernel.org,
	Linux-kernel <linux-kernel@vger.kernel.org>
Subject: [trivial patch] fix missing space in printk drivers/serial/8250.c
Date: Sat, 24 Jan 2009 23:39:27 +0300	[thread overview]
Message-ID: <497B7C7F.80104@msgid.tls.msk.ru> (raw)

[-- 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,

             reply	other threads:[~2009-01-24 20:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-24 20:39 Michael Tokarev [this message]
2009-01-24 21:59 ` [trivial patch] fix missing space in printk drivers/serial/8250.c Paul Bolle
2009-01-25 14:16 ` Alan Cox

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=497B7C7F.80104@msgid.tls.msk.ru \
    --to=mjt@tls.msk.ru \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-serial@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox