]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
SCTP : Fix bad formatted comment in outqueue.c
authorWei Yongjun <yjwei@cn.fujitsu.com>
Mon, 15 Oct 2007 02:50:38 +0000 (11:50 +0900)
committerVlad Yasevich <vladislav.yasevich@hp.com>
Wed, 7 Nov 2007 16:39:26 +0000 (11:39 -0500)
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>
net/sctp/outqueue.c

index 28f4fe77ceee2e44e9b2e29eefd2be632464c331..e315c6c756ca5f1e8991083f15cf656f7f4a869e 100644 (file)
@@ -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) {