All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kernel: pid_namespace: Remove spaces before tabs
@ 2017-03-26 14:11 Gargi Sharma
  0 siblings, 0 replies; only message in thread
From: Gargi Sharma @ 2017-03-26 14:11 UTC (permalink / raw)
  To: mawilcox; +Cc: outreachy-kernel, Gargi Sharma

Removed spaces before tabs to fix the checkpatch issue
"No spaces before tabs".

Signed-off-by: Gargi Sharma <gs051095@gmail.com>
---
 kernel/pid_namespace.c | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/kernel/pid_namespace.c b/kernel/pid_namespace.c
index de461aa..bee22fd 100644
--- a/kernel/pid_namespace.c
+++ b/kernel/pid_namespace.c
@@ -228,12 +228,11 @@ void zap_pid_ns_processes(struct pid_namespace *pid_ns)
 	 * to exit.
 	 *
 	 * Note:  This signals each threads in the namespace - even those that
-	 * 	  belong to the same thread group, To avoid this, we would have
-	 * 	  to walk the entire tasklist looking a processes in this
-	 * 	  namespace, but that could be unnecessarily expensive if the
-	 * 	  pid namespace has just a few processes. Or we need to
-	 * 	  maintain a tasklist for each pid namespace.
-	 *
+	 *	  belong to the same thread group, To avoid this, we would have
+	 *	  to walk the entire tasklist looking a processes in this
+	 *	  namespace, but that could be unnecessarily expensive if the
+	 *	  pid namespace has just a few processes. Or we need to
+	 *	  maintain a tasklist for each pid namespace.
 	 */
 	read_lock(&tasklist_lock);
 	nr = next_pidmap(pid_ns, 1);
-- 
2.7.4



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-03-26 14:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-26 14:11 [PATCH] kernel: pid_namespace: Remove spaces before tabs Gargi Sharma

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.