aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/kmemcheck/kmemcheck.c
diff options
context:
space:
mode:
authorPekka Enberg <penberg@cs.helsinki.fi>2009-02-26 11:11:59 +0200
committerVegard Nossum <vegard.nossum@gmail.com>2009-06-15 12:39:56 +0200
commit5b53b76a6158cd831759d7b0b2585bf0b121cec2 (patch)
tree27dc4fc28bdd94b7e6512babfe5572a26d81a060 /arch/x86/mm/kmemcheck/kmemcheck.c
parentkmemcheck: remove forward declarations from error.c (diff)
downloadlinux-dev-5b53b76a6158cd831759d7b0b2585bf0b121cec2.tar.xz
linux-dev-5b53b76a6158cd831759d7b0b2585bf0b121cec2.zip
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: Pekka Enberg <penberg@cs.helsinki.fi> Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
Diffstat (limited to '')
-rw-r--r--arch/x86/mm/kmemcheck/kmemcheck.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/mm/kmemcheck/kmemcheck.c b/arch/x86/mm/kmemcheck/kmemcheck.c
index 9de7d8f6b6e1..f03ee91ac469 100644
--- a/arch/x86/mm/kmemcheck/kmemcheck.c
+++ b/arch/x86/mm/kmemcheck/kmemcheck.c
@@ -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
/*