Skip to content

Commit

Permalink
kmemtrace: add missing newline
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Vegard Nossum authored and Pekka Enberg committed Dec 29, 2008
1 parent bf6803d commit a490043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/kmemtrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -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()) {
Expand Down

0 comments on commit a490043

Please sign in to comment.