fs/binfmt_misc.c: add terminating newline to /proc/sys/fs/binfmt_misc/status
authorQinghuang Feng <qhfeng.kernel@gmail.com>
Tue, 6 Jan 2009 22:41:38 +0000 (14:41 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 6 Jan 2009 23:59:19 +0000 (15:59 -0800)
commit87113e806a9ee48c6c989513ef3e9c1d31e06ac4
tree178fd57438b77ffa7e5d953018401aca7e2c7e29
parent5cf0cc4e670b8da2231a3375db87ec3b6cb84432
fs/binfmt_misc.c: add terminating newline to /proc/sys/fs/binfmt_misc/status

The following is what it looks like before patching.
It is not much readable.

user@ubuntu:/proc/sys/fs/binfmt_misc$ cat status
enableduser@ubuntu:/proc/sys/fs/binfmt_misc$

Signed-off-by: Qinghuang Feng <qhfeng.kernel@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/binfmt_misc.c