From: Andrew Morton Cc: Eric W. Biederman Signed-off-by: Andrew Morton --- fs/proc/array.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN fs/proc/array.c~proc-seqfile-convert-proc_pid_status-to-properly-handle-pid-namespaces-fix-3 fs/proc/array.c --- a/fs/proc/array.c~proc-seqfile-convert-proc_pid_status-to-properly-handle-pid-namespaces-fix-3 +++ a/fs/proc/array.c @@ -98,9 +98,9 @@ static inline void task_name(struct seq_ get_task_comm(tcomm, p); + seq_printf(m, "Name:\t"); end = m->buf + m->size; buf = m->buf + m->count; - seq_printf(m, "Name:\n"); name = tcomm; i = sizeof(tcomm); while (i && (buf < end)) { _