Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1609378

[PATCH] kernel: pid_namespace.c: Fix line over 80 characters

From Arushi Singhal <arushisinghal19971997@gmail.com>
Newsgroups linux.kernel
Subject [PATCH] kernel: pid_namespace.c: Fix line over 80 characters
Date 2017-03-26 20:30 +0200
Message-ID <tpl5p-3M6-21@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

Signed-off-by: Arushi Singhal <arushisinghal19971997@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

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH] kernel: pid_namespace.c: Fix line over 80 characters Arushi Singhal <arushisinghal19971997@gmail.com> - 2017-03-26 20:30 +0200

csiph-web