]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite7fe19f629fe2d9e9824ba9e87604ee7a8e86b09
tree8d3ce1f600a469dd5ae5305ef82799c74b046a09
parente96626676a481350dda972431ffe1d7cfc906253
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