提交 e31b88ba 编写于 作者: D Dave Jones 提交者: Linus Torvalds

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

Missing newline in printk.
Signed-off-by: NDave Jones <davej@redhat.com>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册