From: Andre Noll Date: Sat, 19 Jan 2008 13:57:05 +0000 (+0100) Subject: dccp_recv.c: Reformat comment. X-Git-Tag: v0.3.1~75 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;h=918328b30169a598982b818dcb3e9620c1dfedce;hp=47fc5bc792648cff3bf37679764ee1d296f6c386;p=paraslash.git dccp_recv.c: Reformat comment. --- diff --git a/dccp_recv.c b/dccp_recv.c index 13c34b12..a16acc8a 100644 --- a/dccp_recv.c +++ b/dccp_recv.c @@ -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);