[dpdk-dev] [PATCH v2] Fixed formatting issue in documentation
From: Henry Nadeau <hidden>
Date: 2021-07-23 19:40:01
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Henry Nadeau <hidden>
Date: 2021-07-23 19:40:01
Subsystem:
the rest · Maintainer:
Linus Torvalds
One of the titles needed a dash below as the title was extended. Signed-off-by: Henry Nadeau <redacted> --- doc/guides/prog_guide/toeplitz_hash_lib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/guides/prog_guide/toeplitz_hash_lib.rst b/doc/guides/prog_guide/toeplitz_hash_lib.rst
index 161135c3c9..f916857efc 100644
--- a/doc/guides/prog_guide/toeplitz_hash_lib.rst
+++ b/doc/guides/prog_guide/toeplitz_hash_lib.rst@@ -179,7 +179,7 @@ It expects: Use case example ---------------- +---------------- There could be a number of different use cases, such as NAT, TCP stack, MPLS tag allocation, etc. In the following we will consider a SNAT application.
--
2.30.2