summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2014-07-14 13:40:18 -0700
committerBen Pfaff <blp@nicira.com>2014-07-15 10:00:58 -0700
commit19aa20a05736891b7d583ee5ab422042e3ea378c (patch)
treec1f51e88fe6241e3241cc2c39cf60f913abe366d
parentf8fc5489b6605aab8a7d58191d88b0aff2452721 (diff)
downloadopenvswitch-19aa20a05736891b7d583ee5ab422042e3ea378c.tar.gz
netlink-socket: Refill comment to fit within 79 columns.
Signed-off-by: Ben Pfaff <blp@nicira.com> Acked-by: Joe Stringer <joestringer@nicira.com>
-rw-r--r--lib/netlink-socket.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/netlink-socket.c b/lib/netlink-socket.c
index 8fd393340..378e7197d 100644
--- a/lib/netlink-socket.c
+++ b/lib/netlink-socket.c
@@ -721,15 +721,15 @@ nl_dump_start(struct nl_dump *dump, int protocol, const struct ofpbuf *request)
* have been initialized with nl_dump_start(), and 'buffer' must have been
* initialized. 'buffer' should be at least NL_DUMP_BUFSIZE bytes long.
*
- * If successful, returns true and points 'reply->data' and 'ofpbuf_size(reply)' to
- * the message that was retrieved. The caller must not modify 'reply' (because
- * it points within 'buffer', which will be used by future calls to this
- * function).
+ * If successful, returns true and points 'reply->data' and
+ * 'ofpbuf_size(reply)' to the message that was retrieved. The caller must not
+ * modify 'reply' (because it points within 'buffer', which will be used by
+ * future calls to this function).
*
- * On failure, returns false and sets 'reply->data' to NULL and 'ofpbuf_size(reply)'
- * to 0. Failure might indicate an actual error or merely the end of replies.
- * An error status for the entire dump operation is provided when it is
- * completed by calling nl_dump_done().
+ * On failure, returns false and sets 'reply->data' to NULL and
+ * 'ofpbuf_size(reply)' to 0. Failure might indicate an actual error or merely
+ * the end of replies. An error status for the entire dump operation is
+ * provided when it is completed by calling nl_dump_done().
*
* Multiple threads may call this function, passing the same nl_dump, however
* each must provide independent buffers. This function may cache multiple