[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20170326182039.GA7507@arushi-HP-Pavilion-Notebook>
Date: Sun, 26 Mar 2017 23:50:39 +0530
From: Arushi Singhal <arushisinghal19971997@...il.com>
To: linux-kernel@...r.kernel.org
Cc: outreachy-kernel@...glegroups.com
Subject: [PATCH] kernel: pid_namespace.c: Fix line over 80 characters
Break lines so that they do not exceed
80 characters. Problem found using checkpatch.
Signed-off-by: Arushi Singhal <arushisinghal19971997@...il.com>
---
kernel/pid_namespace.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/kernel/pid_namespace.c b/kernel/pid_namespace.c
index de461aa0bf9a..850a87a1de2a 100644
--- a/kernel/pid_namespace.c
+++ b/kernel/pid_namespace.c
@@ -75,7 +75,8 @@ static struct kmem_cache *create_pid_cachep(int nr_ids)
static void proc_cleanup_work(struct work_struct *work)
{
- struct pid_namespace *ns = container_of(work, struct pid_namespace, proc_work);
+ struct pid_namespace *ns = container_of(work, struct pid_namespace,
+ proc_work);
pid_ns_release_proc(ns);
}
--
2.11.0
Powered by blists - more mailing lists