X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fstream.c;h=ac0cdb8f376656e70c08329f0db5b9a3557e58cd;hb=294e9fc859f87578be6e944a599b5c4af841e7d3;hp=43c95b6bc2836d608d6d4a4d901fb709e93c35ff;hpb=051a77d6777f23f3fe11dbd576d46ac6b5990b24;p=sliver-openvswitch.git diff --git a/lib/stream.c b/lib/stream.c index 43c95b6bc..ac0cdb8f3 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) {