diff options
author | Wei Yongjun <yjwei@cn.fujitsu.com> | 2007-10-15 11:50:38 +0900 |
---|---|---|
committer | Vlad Yasevich <vladislav.yasevich@hp.com> | 2007-11-07 11:39:26 -0500 |
commit | 64b0812b6d26bb30cac74c65f51f4ebfb4ec5429 (patch) | |
tree | 67d31ed47f477dfaa6fca95e625897b2f95d5de6 /net | |
parent | c3d8d1e30cace31fed6186a4b8c6b1401836d89c (diff) | |
download | op-kernel-dev-64b0812b6d26bb30cac74c65f51f4ebfb4ec5429.zip op-kernel-dev-64b0812b6d26bb30cac74c65f51f4ebfb4ec5429.tar.gz |
SCTP : Fix bad formatted comment in outqueue.c
Just fix the bad format of the comment in outqueue.c.
Signed-off-by: Wei Yongjun <yjwei@cn.fujitsu.com>
Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/sctp/outqueue.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/sctp/outqueue.c b/net/sctp/outqueue.c index 28f4fe7..e315c6c 100644 --- a/net/sctp/outqueue.c +++ b/net/sctp/outqueue.c @@ -641,7 +641,8 @@ static int sctp_outq_flush_rtx(struct sctp_outq *q, struct sctp_packet *pkt, /* If we are here due to a retransmit timeout or a fast * retransmit and if there are any chunks left in the retransmit - * queue that could not fit in the PMTU sized packet, they need * to be marked as ineligible for a subsequent fast retransmit. + * queue that could not fit in the PMTU sized packet, they need + * to be marked as ineligible for a subsequent fast retransmit. */ if (rtx_timeout && !lchunk) { list_for_each(lchunk1, lqueue) { |