All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] doc: fix lists in release notes
@ 2018-07-13 13:40 Thomas Monjalon
  0 siblings, 0 replies; only message in thread
From: Thomas Monjalon @ 2018-07-13 13:40 UTC (permalink / raw
  To: dev

Some blank lines and hyphens are missing, so lists were badly
interpreted and rendered.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---

Already applied.

---
 doc/guides/rel_notes/release_18_08.rst | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/doc/guides/rel_notes/release_18_08.rst b/doc/guides/rel_notes/release_18_08.rst
index 550b11049..1274c9210 100644
--- a/doc/guides/rel_notes/release_18_08.rst
+++ b/doc/guides/rel_notes/release_18_08.rst
@@ -117,6 +117,7 @@ API Changes
 
 * cryptodev: Feature flag ``RTE_CRYPTODEV_FF_MBUF_SCATTER_GATHER`` is
   replaced with the following more explicit flags:
+
   - ``RTE_CRYPTODEV_FF_IN_PLACE_SGL``
   - ``RTE_CRYPTODEV_FF_OOP_SGL_IN_SGL_OUT``
   - ``RTE_CRYPTODEV_FF_OOP_SGL_IN_LB_OUT``
@@ -127,13 +128,15 @@ API Changes
 
   Used user_data instead of private_data in following APIs to avoid confusion
   with the existing session parameter ``sess_private_data[]`` and related APIs.
-  ``rte_cryptodev_sym_session_set_private_data()`` changed to
-  ``rte_cryptodev_sym_session_set_user_data()``
-  ``rte_cryptodev_sym_session_get_private_data()`` changed to
-  ``rte_cryptodev_sym_session_get_user_data()``
+
+  - ``rte_cryptodev_sym_session_set_private_data()`` changed to
+    ``rte_cryptodev_sym_session_set_user_data()``
+  - ``rte_cryptodev_sym_session_get_private_data()`` changed to
+    ``rte_cryptodev_sym_session_get_user_data()``
 
 * compressdev: Feature flag ``RTE_COMP_FF_MBUF_SCATTER_GATHER`` is
   replaced with the following more explicit flags:
+
   - ``RTE_COMP_FF_OOP_SGL_IN_SGL_OUT``
   - ``RTE_COMP_FF_OOP_SGL_IN_LB_OUT``
   - ``RTE_COMP_FF_OOP_LB_IN_SGL_OUT``
-- 
2.17.1

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-07-13 13:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-13 13:40 [PATCH] doc: fix lists in release notes Thomas Monjalon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.