The description of the new feature for external caches on mempools was indented too much, putting it out of alignment with the other items in the new features list in the pdf output. Correct this by removing the extra spaces.
Fixes: 4b5062755aa7 ("mempool: allow user-owned cache") Signed-off-by: Bruce Richardson <bruce.richardson at intel.com> --- doc/guides/rel_notes/release_16_07.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/guides/rel_notes/release_16_07.rst b/doc/guides/rel_notes/release_16_07.rst index 0740d4f..1606522 100644 --- a/doc/guides/rel_notes/release_16_07.rst +++ b/doc/guides/rel_notes/release_16_07.rst @@ -40,9 +40,9 @@ New Features * **Added mempool external cache for non-EAL thread.** - Added new functions to create, free or flush a user-owned mempool - cache for non-EAL threads. Previously, cache was always disabled - on these threads. + Added new functions to create, free or flush a user-owned mempool + cache for non-EAL threads. Previously, cache was always disabled + on these threads. * **Changed the memory allocation in mempool library.** -- 2.7.4