netlink-socket: Refill comment to fit within 79 columns.
authorBen Pfaff <blp@nicira.com>
Mon, 14 Jul 2014 20:40:18 +0000 (13:40 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 15 Jul 2014 17:00:58 +0000 (10:00 -0700)
Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Joe Stringer <joestringer@nicira.com>
lib/netlink-socket.c

index 8fd3933..378e719 100644 (file)
@@ -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