* missing printk newline in apic boot option parser.
@ 2005-12-01 22:17 Dave Jones
0 siblings, 0 replies; only message in thread
From: Dave Jones @ 2005-12-01 22:17 UTC (permalink / raw)
To: linux-kernel; +Cc: torvalds
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;
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-12-01 22:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-01 22:17 missing printk newline in apic boot option parser Dave Jones
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.