From 918328b30169a598982b818dcb3e9620c1dfedce Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 19 Jan 2008 14:57:05 +0100 Subject: [PATCH] dccp_recv.c: Reformat comment. --- dccp_recv.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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); -- 2.39.2