Commit e31b88ba authored by Dave Jones's avatar Dave Jones Committed by Linus Torvalds

[PATCH] x86: missing printk newline in apic boot option parser

Missing newline in printk.
Signed-off-by: default avatarDave Jones <davej@redhat.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent f8af095d
...@@ -721,7 +721,7 @@ static int __init apic_set_verbosity(char *str) ...@@ -721,7 +721,7 @@ static int __init apic_set_verbosity(char *str)
apic_verbosity = APIC_VERBOSE; apic_verbosity = APIC_VERBOSE;
else else
printk(KERN_WARNING "APIC Verbosity level %s not recognised" 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; return 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment