[PATCH] doc: fix formatting in RISC-V release notes entry
Stanislaw Kardach
kda at semihalf.com
Thu Jun 9 14:17:47 CEST 2022
There was an extra * in the title of the RISC-V entry. It gets rendered
in the documentation output giving an impression that there will be a
footnote for this entry, which is not the case.
Signed-off-by: Stanislaw Kardach <kda at semihalf.com>
---
doc/guides/rel_notes/release_22_07.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/guides/rel_notes/release_22_07.rst b/doc/guides/rel_notes/release_22_07.rst
index faddcef667..0172a6b82f 100644
--- a/doc/guides/rel_notes/release_22_07.rst
+++ b/doc/guides/rel_notes/release_22_07.rst
@@ -55,7 +55,7 @@ New Features
Also, make sure to start the actual text at the margin.
=======================================================
-* **Added initial RISC-V architecture support.***
+* **Added initial RISC-V architecture support.**
Added EAL implementation for RISC-V architecture.
The initial device the porting was tested on is
--
2.30.2
More information about the dev
mailing list