Commit e8e675bd authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

seize: Add missing newline

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent addd7f68
...@@ -312,7 +312,7 @@ static void pstree_wait(struct pstree_item *root_item) ...@@ -312,7 +312,7 @@ static void pstree_wait(struct pstree_item *root_item)
} }
pid = wait4(-1, &status, __WALL, NULL); pid = wait4(-1, &status, __WALL, NULL);
if (pid > 0) { if (pid > 0) {
pr_err("Unexpected child %d", pid); pr_err("Unexpected child %d\n", pid);
BUG(); BUG();
} }
} }
......
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