[dpdk-dev,v2] doc: fix minor sphinx build warning
Commit Message
Fix for a minor Sphinx build warning in the ABI guidelines docs:
versioning.rst:126: WARNING: Bullet list ends without a
blank line; unexpected unindent.
Signed-off-by: John McNamara <john.mcnamara@intel.com>
---
doc/guides/guidelines/versioning.rst | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Comments
2015-07-02 15:15, John McNamara:
> Fix for a minor Sphinx build warning in the ABI guidelines docs:
>
> versioning.rst:126: WARNING: Bullet list ends without a
> blank line; unexpected unindent.
>
> Signed-off-by: John McNamara <john.mcnamara@intel.com>
Applied, thanks
@@ -122,9 +122,9 @@ The macros exported are:
the linker to bind references to symbol ``b`` to the internal symbol
``b_e``.
-* ``MAP_STATIC_SYMBOL(f, p)``: Declare the prototype ``f``, and map it to the fully
-qualified function ``p``, so that if a symbol becomes versioned, it can still be
-mapped back to the public symbol name.
+* ``MAP_STATIC_SYMBOL(f, p)``: Declare the prototype ``f``, and map it to the
+ fully qualified function ``p``, so that if a symbol becomes versioned, it
+ can still be mapped back to the public symbol name.
Examples of ABI Macro use
-------------------------