All of lore.kernel.org
 help / color / mirror / Atom feed
* [trivial] fix missing space in printk
@ 2008-12-05 11:42 Michael Tokarev
  2008-12-05 12:10 ` Ingo Molnar
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Tokarev @ 2008-12-05 11:42 UTC (permalink / raw)
  To: Kernel Mailing List

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

Just come across this when booting on an old hw..
Looks somewhat ugly, that single missing space ;)

And oh,

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

;)

/mjt

[-- Attachment #2: notlistedbythebios.diff --]
[-- Type: text/x-patch, Size: 515 bytes --]

--- a/arch/x86/kernel/smpboot.c	2008-10-10 02:13:53.000000000 +0400
+++ b/arch/x86/kernel/smpboot.c	2008-12-05 14:39:29.608353301 +0300
@@ -1084,7 +1084,7 @@ static int __init smp_sanity_check(unsig
 #endif
 
 	if (!physid_isset(hard_smp_processor_id(), phys_cpu_present_map)) {
-		printk(KERN_WARNING "weird, boot CPU (#%d) not listed"
+		printk(KERN_WARNING "weird, boot CPU (#%d) not listed "
 				    "by the BIOS.\n", hard_smp_processor_id());
 		physid_set(hard_smp_processor_id(), phys_cpu_present_map);
 	}

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

end of thread, other threads:[~2008-12-05 13:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-05 11:42 [trivial] fix missing space in printk Michael Tokarev
2008-12-05 12:10 ` Ingo Molnar
2008-12-05 12:47   ` Michael Tokarev
2008-12-05 13:01     ` Ingo Molnar

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.