kernel/kernel/watchdog_hld.c
.. .. @@ -135,7 +135,8 @@ 135 135 if (__this_cpu_read(hard_watchdog_warn) == true) 136 136 return; 137 137 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);139 140 print_modules(); 140 141 print_irqtrace_events(current); 141 142 if (regs)