aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kernel/trace/trace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/trace/trace.c b/kernel/trace/trace.c
index 8a528392b1f4..f3ef80c8914c 100644
--- a/kernel/trace/trace.c
+++ b/kernel/trace/trace.c
@@ -2028,7 +2028,7 @@ void trace_printk_init_buffers(void)
2028 pr_warning("** trace_printk() being used. Allocating extra memory. **\n"); 2028 pr_warning("** trace_printk() being used. Allocating extra memory. **\n");
2029 pr_warning("** **\n"); 2029 pr_warning("** **\n");
2030 pr_warning("** This means that this is a DEBUG kernel and it is **\n"); 2030 pr_warning("** This means that this is a DEBUG kernel and it is **\n");
2031 pr_warning("** unsafe for produciton use. **\n"); 2031 pr_warning("** unsafe for production use. **\n");
2032 pr_warning("** **\n"); 2032 pr_warning("** **\n");
2033 pr_warning("** If you see this message and you are not debugging **\n"); 2033 pr_warning("** If you see this message and you are not debugging **\n");
2034 pr_warning("** the kernel, report this immediately to your vendor! **\n"); 2034 pr_warning("** the kernel, report this immediately to your vendor! **\n");