proc/base: make prompt shell start from new line after executing "cat /proc/$pid...
authorMinfei Huang <mnfhuang@gmail.com>
Thu, 17 Mar 2016 21:21:00 +0000 (14:21 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 17 Mar 2016 22:09:34 +0000 (15:09 -0700)
commit7e2bc81da333f0d4ca68882fdaef41e1b0d5690d
tree8d3ce1f600a469dd5ae5305ef82799c74b046a09
parentb5946beaa9ee6a3c0bb35db49adecf795fb159d2
proc/base: make prompt shell start from new line after executing "cat /proc/$pid/wchan"

It is not elegant that prompt shell does not start from new line after
executing "cat /proc/$pid/wchan".  Make prompt shell start from new
line.

Signed-off-by: Minfei Huang <mnfhuang@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/proc/base.c