Module: xenomai-rpm
Branch: queue/rtipc
Commit: 23a5631faa65392be287e95a8a078637afe0ab7f
URL:    
http://git.xenomai.org/?p=xenomai-rpm.git;a=commit;h=23a5631faa65392be287e95a8a078637afe0ab7f

Author: Philippe Gerum <r...@xenomai.org>
Date:   Mon May 31 17:49:45 2010 +0200

rtipc: fix misleading comment

---

 ksrc/drivers/ipc/bufp.c |    6 ++----
 ksrc/drivers/ipc/iddp.c |    6 ++----
 ksrc/drivers/ipc/xddp.c |    6 ++----
 3 files changed, 6 insertions(+), 12 deletions(-)

diff --git a/ksrc/drivers/ipc/bufp.c b/ksrc/drivers/ipc/bufp.c
index 904d13c..cd86c44 100644
--- a/ksrc/drivers/ipc/bufp.c
+++ b/ksrc/drivers/ipc/bufp.c
@@ -762,10 +762,8 @@ static int __bufp_connect_socket(struct bufp_socket *sk,
         * bound at the time of the call.
         *
         * - If sipc_port is -1 and a label was set via BUFP_LABEL,
-        * connect() blocks for the requested amount of time until a
-        * socket is bound to the same label, unless the internal
-        * timeout (see SO_RCVTIMEO) specifies a non-blocking
-        * operation (RTDM_TIMEOUT_NONE).
+        * connect() blocks for the requested amount of time (see
+        * SO_RCVTIMEO) until a socket is bound to the same label.
         *
         * - If sipc_port is -1 and no label is given, the default
         * destination address is cleared, meaning that any subsequent
diff --git a/ksrc/drivers/ipc/iddp.c b/ksrc/drivers/ipc/iddp.c
index c0ee42d..f5023f8 100644
--- a/ksrc/drivers/ipc/iddp.c
+++ b/ksrc/drivers/ipc/iddp.c
@@ -625,10 +625,8 @@ static int __iddp_connect_socket(struct iddp_socket *sk,
         * bound at the time of the call.
         *
         * - If sipc_port is -1 and a label was set via IDDP_LABEL,
-        * connect() blocks for the requested amount of time until a
-        * socket is bound to the same label, unless the internal
-        * timeout (see SO_RCVTIMEO) specifies a non-blocking
-        * operation (RTDM_TIMEOUT_NONE).
+        * connect() blocks for the requested amount of time (see
+        * SO_RCVTIMEO) until a socket is bound to the same label.
         *
         * - If sipc_port is -1 and no label is given, the default
         * destination address is cleared, meaning that any subsequent
diff --git a/ksrc/drivers/ipc/xddp.c b/ksrc/drivers/ipc/xddp.c
index 37bc6d0..0cbf2f0 100644
--- a/ksrc/drivers/ipc/xddp.c
+++ b/ksrc/drivers/ipc/xddp.c
@@ -797,10 +797,8 @@ static int __xddp_connect_socket(struct xddp_socket *sk,
         * bound at the time of the call.
         *
         * - If sipc_port is -1 and a label was set via XDDP_LABEL,
-        * connect() blocks for the requested amount of time until a
-        * socket is bound to the same label, unless the internal
-        * timeout (see SO_RCVTIMEO) specifies a non-blocking
-        * operation (RTDM_TIMEOUT_NONE).
+        * connect() blocks for the requested amount of time (see
+        * SO_RCVTIMEO) until a socket is bound to the same label.
         *
         * - If sipc_port is -1 and no label is given, the default
         * destination address is cleared, meaning that any subsequent


_______________________________________________
Xenomai-git mailing list
Xenomai-git@gna.org
https://mail.gna.org/listinfo/xenomai-git

Reply via email to