From: Dave Jones <davej@redhat.com>
To: linux-kernel@vger.kernel.org
Cc: torvalds@osdl.org
Subject: missing printk newline in apic boot option parser.
Date: Thu, 1 Dec 2005 17:17:13 -0500 [thread overview]
Message-ID: <20051201221713.GA19581@redhat.com> (raw)
Missing newline in printk.
Signed-off-by: Dave Jones <davej@redhat.com>
--- vanilla/arch/i386/kernel/apic.c~ 2005-12-01 17:15:34.000000000 -0500
+++ vanilla/arch/i386/kernel/apic.c 2005-12-01 17:15:54.000000000 -0500
@@ -715,7 +715,7 @@ static int __init apic_set_verbosity(cha
apic_verbosity = APIC_VERBOSE;
else
printk(KERN_WARNING "APIC Verbosity level %s not recognised"
- " use apic=verbose or apic=debug", str);
+ " use apic=verbose or apic=debug\n", str);
return 0;
}
reply other threads:[~2005-12-01 22:17 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20051201221713.GA19581@redhat.com \
--to=davej@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@osdl.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
all inboxes | Powered by JetHome®