From: Daniel Walker Signed-off-by: Daniel Walker Signed-off-by: Andrew Morton --- kernel/exit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN kernel/exit.c~whitespace-fixes-task-exit-handling kernel/exit.c --- a/kernel/exit.c~whitespace-fixes-task-exit-handling +++ a/kernel/exit.c @@ -411,7 +411,7 @@ void daemonize(const char *name, ...) switch_task_namespaces(current, init_task.nsproxy); - exit_files(current); + exit_files(current); current->files = init_task.files; atomic_inc(¤t->files->count); @@ -796,7 +796,7 @@ static void exit_notify(struct task_stru /* Let father know we died * * Thread signals are configurable, but you aren't going to use - * that to send signals to arbitary processes. + * that to send signals to arbitary processes. * That stops right now. * * If the parent exec id doesn't match the exec id we saved _