瀏覽代碼

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>
Daniel Walker 17 年之前
父節點
當前提交
d4c5e41f3f
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      kernel/exit.c

+ 2 - 2
kernel/exit.c

@@ -405,7 +405,7 @@ void daemonize(const char *name, ...)
 		switch_task_namespaces(current, init_task.nsproxy);
 		switch_task_namespaces(current, init_task.nsproxy);
 	}
 	}
 
 
- 	exit_files(current);
+	exit_files(current);
 	current->files = init_task.files;
 	current->files = init_task.files;
 	atomic_inc(&current->files->count);
 	atomic_inc(&current->files->count);
 
 
@@ -790,7 +790,7 @@ static void exit_notify(struct task_struct *tsk)
 	/* Let father know we died
 	/* Let father know we died
 	 *
 	 *
 	 * Thread signals are configurable, but you aren't going to use
 	 * 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.
 	 * That stops right now.
 	 *
 	 *
 	 * If the parent exec id doesn't match the exec id we saved
 	 * If the parent exec id doesn't match the exec id we saved