tty: add missing newlines to WARN_RATELIMIT
authorSasha Levin <sasha.levin@oracle.com>
Thu, 25 Oct 2012 18:26:35 +0000 (14:26 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Oct 2012 18:30:27 +0000 (11:30 -0700)
commitcadf74869013dc309bde50ed446f56d33a6a9806
tree992a1e77de0cb7afaeeb9ddd27b999713fa36bcf
parent2e30802625f5754e9a0ce478a447ed0f2376d4d4
tty: add missing newlines to WARN_RATELIMIT

WARN_RATELIMIT() expects the warning to end with a newline if one
is needed.

Not doing so results in odd looking warnings such as:

[ 1339.454272] tty is NULLPid: 7147, comm: kworker/4:0 Tainted: G        W    3.7.0-rc2-next-20121025-sasha-00001-g673f98e-dirty #75

Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/n_tty.c
drivers/tty/tty_buffer.c