diff options
author | Joe Perches <joe@perches.com> | 2007-11-19 23:47:47 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2007-11-19 23:47:47 -0800 |
commit | 9ee46f1d31cf70b7e6375bc50b811f529b7bc82e (patch) | |
tree | dc091eeee6f9adc27e32ad7f527f40ee9af2d786 /net | |
parent | 3b6d821c4f06b4c25704bc11d05e68cdd16b4278 (diff) |
[SCTP]: Add missing "space"
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/sctp/sm_statefuns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/sm_statefuns.c b/net/sctp/sm_statefuns.c index 5ebbe808d80..b8bbb960723 100644 --- a/net/sctp/sm_statefuns.c +++ b/net/sctp/sm_statefuns.c @@ -1146,7 +1146,7 @@ sctp_disposition_t sctp_sf_backbeat_8_3(const struct sctp_endpoint *ep, /* Check if the timestamp looks valid. */ if (time_after(hbinfo->sent_at, jiffies) || time_after(jiffies, hbinfo->sent_at + max_interval)) { - SCTP_DEBUG_PRINTK("%s: HEARTBEAT ACK with invalid timestamp" + SCTP_DEBUG_PRINTK("%s: HEARTBEAT ACK with invalid timestamp " "received for transport: %p\n", __FUNCTION__, link); return SCTP_DISPOSITION_DISCARD; |