tty: cleanup the panic message
authorCong Ding <dinggnu@gmail.com>
Sat, 12 Jan 2013 04:01:21 +0000 (05:01 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 16 Jan 2013 06:49:36 +0000 (22:49 -0800)
commit82f8c35f86a878a504f92559d631ea03f0f62152
tree106870a98a9386bee731d921d94142a1f06cdd95
parent4e18585d51434c28269e625e56a06396d70d0ff2
tty: cleanup the panic message

the "\n" in panic message is excess, so we remove it in tty/pty.c as what it
is used in other places.

Signed-off-by: Cong Ding <dinggnu@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/pty.c