Re: [PATCH 1/2] tty: cleanup the panic message

2013-01-12 Thread Jiri Slaby
On 01/12/2013 05:01 AM, Cong Ding wrote: > the "\n" in panic message is excess, so we remove it in tty/pty.c as what it > is used in other places. All three are OK. Thanks. -- js suse labs -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majo

[PATCH 1/2] tty: cleanup the panic message

2013-01-11 Thread Cong Ding
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 --- drivers/tty/pty.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/tty/pty.c b/drivers/tty/pty.c index be6a373..64fcbdb 100644 --- a/dr