hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/kernel/watchdog_hld.c
....@@ -135,7 +135,8 @@
135135 if (__this_cpu_read(hard_watchdog_warn) == true)
136136 return;
137137
138
- pr_emerg("Watchdog detected hard LOCKUP on cpu %d", this_cpu);
138
+ pr_emerg("Watchdog detected hard LOCKUP on cpu %d\n",
139
+ this_cpu);
139140 print_modules();
140141 print_irqtrace_events(current);
141142 if (regs)