X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fstream.c;h=ac0cdb8f376656e70c08329f0db5b9a3557e58cd;hb=06036898849974797cf49c76a56fc6e10461d37d;hp=43c95b6bc2836d608d6d4a4d901fb709e93c35ff;hpb=480ce8abca4ae262a4148fe757aebe3e0ddba6f6;p=openvswitch diff --git a/lib/stream.c b/lib/stream.c index 43c95b6b..ac0cdb8f 100644 --- a/lib/stream.c +++ b/lib/stream.c @@ -323,10 +323,10 @@ scs_connecting(struct stream *stream) } } -/* Tries to complete the connection on 'stream', which must be an active - * stream. If 'stream''s connection is complete, returns 0 if the connection - * was successful or a positive errno value if it failed. If the - * connection is still in progress, returns EAGAIN. */ +/* Tries to complete the connection on 'stream'. If 'stream''s connection is + * complete, returns 0 if the connection was successful or a positive errno + * value if it failed. If the connection is still in progress, returns + * EAGAIN. */ int stream_connect(struct stream *stream) {