mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
kernel: trace: fix printk message
s,produciton,production Signed-off-by: Frans Klaver <frans.klaver@xsens.com> Acked-by: Steven Rostedt <rostedt@goodmis.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
565ccde960
commit
eff264efee
@ -2028,7 +2028,7 @@ void trace_printk_init_buffers(void)
|
||||
pr_warning("** trace_printk() being used. Allocating extra memory. **\n");
|
||||
pr_warning("** **\n");
|
||||
pr_warning("** This means that this is a DEBUG kernel and it is **\n");
|
||||
pr_warning("** unsafe for produciton use. **\n");
|
||||
pr_warning("** unsafe for production use. **\n");
|
||||
pr_warning("** **\n");
|
||||
pr_warning("** If you see this message and you are not debugging **\n");
|
||||
pr_warning("** the kernel, report this immediately to your vendor! **\n");
|
||||
|
Loading…
Reference in New Issue
Block a user