提交 5b53b76a 编写于 作者: P Pekka Enberg 提交者: Vegard Nossum

kmemcheck: make initialization message less confusing

The "Bugs, beware!" printout during is cute but confuses users that something
bad happened so change the text to the more boring "Initialized" message.
Signed-off-by: NPekka Enberg <penberg@cs.helsinki.fi>
Signed-off-by: NVegard Nossum <vegard.nossum@gmail.com>
上级 6a196387
......@@ -47,7 +47,7 @@ int kmemcheck_enabled = KMEMCHECK_ENABLED;
int __init kmemcheck_init(void)
{
printk(KERN_INFO "kmemcheck: \"Bugs, beware!\"\n");
printk(KERN_INFO "kmemcheck: Initialized\n");
#ifdef CONFIG_SMP
/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册