From 8827234d70dfc0b92f893f73d43af2275d354df9 Mon Sep 17 00:00:00 2001 From: Thomas Monjalon Date: Fri, 4 Mar 2016 16:44:26 +0100 Subject: [PATCH] doc: tidy sections in release notes Fixes: 5499c1fc9baa ("examples/vhost: fix mbuf allocation") Signed-off-by: Thomas Monjalon --- doc/guides/rel_notes/release_16_04.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/guides/rel_notes/release_16_04.rst b/doc/guides/rel_notes/release_16_04.rst index 0e637c0632..24f15bf8c7 100644 --- a/doc/guides/rel_notes/release_16_04.rst +++ b/doc/guides/rel_notes/release_16_04.rst @@ -63,17 +63,12 @@ Resolved Issues This section should contain bug fixes added to the relevant sections. Sample format: -* **code/section Fixed issue in the past tense with a full stop.** +* **code/section: Fixed issue in the past tense with a full stop.** Add a short 1-2 sentence description of the resolved issue in the past tense. The title should contain the code/lib section like a commit message. Add the entries in alphabetic order in the relevant sections below. -* **examples/vhost: Fixed frequent mbuf allocation failure.** - - vhost-switch often fails to allocate mbuf when dequeue from vring because it - wrongly calculates the number of mbufs needed. - EAL ~~~ @@ -107,6 +102,11 @@ Libraries Examples ~~~~~~~~ +* **examples/vhost: Fixed frequent mbuf allocation failure.** + + vhost-switch often fails to allocate mbuf when dequeue from vring because it + wrongly calculates the number of mbufs needed. + Other ~~~~~ -- 2.20.1