]> git.ipfire.org Git - thirdparty/kernel/linux.git/blobdiff - kernel/watchdog_hld.c
kernel/watchdog_hld.c: hard lockup message should end with a newline
[thirdparty/kernel/linux.git] / kernel / watchdog_hld.c
index 71381168dedef4e88382a1849412f554a4cb4a56..247bf0b1582ca1cf352f006aa1fd5f689f8f5859 100644 (file)
@@ -135,7 +135,8 @@ static void watchdog_overflow_callback(struct perf_event *event,
                if (__this_cpu_read(hard_watchdog_warn) == true)
                        return;
 
-               pr_emerg("Watchdog detected hard LOCKUP on cpu %d", this_cpu);
+               pr_emerg("Watchdog detected hard LOCKUP on cpu %d\n",
+                        this_cpu);
                print_modules();
                print_irqtrace_events(current);
                if (regs)