Revert "proc/base: make prompt shell start from new line after executing "cat /proc...
[cascardo/linux.git] / fs / proc / base.c
index 92e37e2..0d163a8 100644 (file)
@@ -434,7 +434,7 @@ static int proc_pid_wchan(struct seq_file *m, struct pid_namespace *ns,
                        && !lookup_symbol_name(wchan, symname))
                seq_printf(m, "%s", symname);
        else
-               seq_puts(m, "0\n");
+               seq_putc(m, '0');
 
        return 0;
 }