Commit db206481 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov

dump: Add missing newline in error message

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@gmail.com>
parent 0a26593a
......@@ -527,7 +527,7 @@ err:
return ret;
err_corrupted:
pr_err("/proc/%d/stat is corrupted", pid);
pr_err("/proc/%d/stat is corrupted\n", pid);
goto err;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment