Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d4c5e41f3f1b0c19448fcf2d259bdab1ede75e2e
Commit:     d4c5e41f3f1b0c19448fcf2d259bdab1ede75e2e
Parent:     7b1915a989ea4d426d0fd98974ab80f30ef1d779
Author:     Daniel Walker <[EMAIL PROTECTED]>
AuthorDate: Thu Oct 18 23:39:59 2007 -0700
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Fri Oct 19 11:53:38 2007 -0700

    whitespace fixes: task exit handling
    
    Signed-off-by: Daniel Walker <[EMAIL PROTECTED]>
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 kernel/exit.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kernel/exit.c b/kernel/exit.c
index c5d97af..179ac74 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
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to