Commit 798e44cf authored by Andrew Vagin's avatar Andrew Vagin Committed by Pavel Emelyanov

dump: add missing new line in message

Signed-off-by: 's avatarAndrew Vagin <avagin@virtuozzo.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent b78af192
......@@ -542,7 +542,7 @@ static int get_task_personality(pid_t pid, u32 *personality)
{
int fd, ret = -1;
pr_info("Obtaining personality ... ");
pr_info("Obtaining personality ... \n");
fd = open_proc(pid, "personality");
if (fd < 0)
......
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