Commit a4900437 authored by Vegard Nossum's avatar Vegard Nossum Committed by Pekka Enberg

kmemtrace: add missing newline

This was causing artifacts in my dmesg.
Acked-by: default avatarEduard - Gabriel Munteanu <eduard.munteanu@linux360.ro>
Signed-off-by: default avatarVegard Nossum <vegard.nossum@gmail.com>
Signed-off-by: default avatarPekka Enberg <penberg@cs.helsinki.fi>
parent bf6803d6
......@@ -319,7 +319,7 @@ void kmemtrace_init(void)
if (!kmemtrace_enabled) {
printk(KERN_INFO "kmemtrace: disabled. Pass "
"kemtrace.enable=yes as kernel parameter for "
"boot-time tracing.");
"boot-time tracing.\n");
return;
}
if (kmemtrace_start_probes()) {
......
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