Skip to content

Commit

Permalink
whitespace fixes: task exit handling
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Walker <dwalker@mvista.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Daniel Walker authored and Linus Torvalds committed Oct 19, 2007
1 parent 7b1915a commit d4c5e41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kernel/exit.c
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,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(&current->files->count);

Expand Down Expand Up @@ -790,7 +790,7 @@ static void exit_notify(struct task_struct *tsk)
/* 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
Expand Down

0 comments on commit d4c5e41

Please sign in to comment.