diff options
Diffstat (limited to 'kernel/kexec.c')
-rw-r--r-- | kernel/kexec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/kexec.c b/kernel/kexec.c index 4e2e472f6aeb..0668d58d6413 100644 --- a/kernel/kexec.c +++ b/kernel/kexec.c | |||
@@ -1424,7 +1424,7 @@ static void update_vmcoreinfo_note(void) | |||
1424 | 1424 | ||
1425 | void crash_save_vmcoreinfo(void) | 1425 | void crash_save_vmcoreinfo(void) |
1426 | { | 1426 | { |
1427 | vmcoreinfo_append_str("CRASHTIME=%ld", get_seconds()); | 1427 | vmcoreinfo_append_str("CRASHTIME=%ld\n", get_seconds()); |
1428 | update_vmcoreinfo_note(); | 1428 | update_vmcoreinfo_note(); |
1429 | } | 1429 | } |
1430 | 1430 | ||