]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
dccp_recv.c: Reformat comment.
authorAndre Noll <maan@systemlinux.org>
Sat, 19 Jan 2008 13:57:05 +0000 (14:57 +0100)
committerAndre Noll <maan@systemlinux.org>
Sat, 19 Jan 2008 13:57:05 +0000 (14:57 +0100)
dccp_recv.c

index 13c34b125d7b8009310dc0c44d6adbba7949aea6..a16acc8ab2c6018ea4eb71bcaf67ca20f132e061 100644 (file)
@@ -62,9 +62,10 @@ static int dccp_recv_open(struct receiver_node *rn)
        if (ret < 0)
                return ret;
        /*
-        * Disable unused CCIDs: the receiver does not send any application data to the
-        * server. By shutting down this unused path we reduce internal processing costs,
-        * as the unused CCIDs (in the kernel) are then bypassed.
+        * Disable unused CCIDs: the receiver does not send any application
+        * data to the server. By shutting down this unused path we reduce
+        * internal processing costs, as the unused CCIDs (in the kernel) are
+        * then bypassed.
         */
        if (shutdown(ret, SHUT_WR) < 0)
                return -ERRNO_TO_PARA_ERROR(errno);