mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 19:24:01 -04:00
kmemtrace: add missing newline
This was causing artifacts in my dmesg. Acked-by: Eduard - Gabriel Munteanu <eduard.munteanu@linux360.ro> Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com> Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
This commit is contained in:
committed by
Pekka Enberg
parent
bf6803d6fd
commit
a4900437f3
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user