lkml.org 
[lkml]   [2008]   [Dec]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[trivial] fix missing space in printk
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
--- 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);
}
\
 
 \ /
  Last update: 2008-12-05 12:45    [W:0.047 / U:0.104 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site