Break lines so that they do not exceed
80 characters. Problem found using checkpatch.

Signed-off-by: Arushi Singhal <arushisinghal19971...@gmail.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

Reply via email to