]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
whitespace fixes: task exit handling
authorDaniel Walker <dwalker@mvista.com>
Fri, 19 Oct 2007 06:39:59 +0000 (23:39 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 19 Oct 2007 18:53:38 +0000 (11:53 -0700)
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>
kernel/exit.c

index c5d97af12159998e5d33c2455760efad312ca3c0..179ac74bf9115c4f6889b1b03b4ee3fdfc96482a 100644 (file)
@@ -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