diff options
author | Frans Pop <elendil@planet.nl> | 2010-03-24 07:57:36 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-03-24 21:10:38 (GMT) |
commit | 2381a55c88453d3f29fe62d235579a05fc20b7b3 (patch) | |
tree | b962ee6d3f5260622504433ef6a485703d3da8dd /drivers/net/wan/pc300_tty.c | |
parent | d6dbee861386cd3f4cee62bcf28597e63e251e0c (diff) | |
download | linux-2381a55c88453d3f29fe62d235579a05fc20b7b3.tar.xz |
net/various: remove trailing space in messages
Signed-off-by: Frans Pop <elendil@planet.nl>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/wan/pc300_tty.c')
-rw-r--r-- | drivers/net/wan/pc300_tty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wan/pc300_tty.c b/drivers/net/wan/pc300_tty.c index 4917a94..4293889 100644 --- a/drivers/net/wan/pc300_tty.c +++ b/drivers/net/wan/pc300_tty.c @@ -366,7 +366,7 @@ static void cpc_tty_close(struct tty_struct *tty, struct file *flip) int res; if (!tty || !tty->driver_data ) { - CPC_TTY_DBG("hdlx-tty: no TTY in close \n"); + CPC_TTY_DBG("hdlx-tty: no TTY in close\n"); return; } |