aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/exit.c
diff options
context:
space:
mode:
authorDaniel Walker <dwalker@mvista.com>2007-10-18 23:39:59 -0700
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-10-19 11:53:38 -0700
commitd4c5e41f3f1b0c19448fcf2d259bdab1ede75e2e (patch)
tree5a5ae3a1967c39f728b42e2fa0fc7cbcddcd2108 /kernel/exit.c
parentmm/oom_kill.c: Use list_for_each_entry instead of list_for_each (diff)
downloadlinux-dev-d4c5e41f3f1b0c19448fcf2d259bdab1ede75e2e.tar.xz
linux-dev-d4c5e41f3f1b0c19448fcf2d259bdab1ede75e2e.zip
whitespace fixes: task exit handling
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>
Diffstat (limited to '')
-rw-r--r--kernel/exit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/exit.c b/kernel/exit.c
index c5d97af12159..179ac74bf911 100644
--- a/kernel/exit.c
+++ b/kernel/exit.c
@@ -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);
@@ -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