[PATCH v5 24/54] doc: correct double spaces in IPsec guide

Stephen Hemminger stephen at networkplumber.org
Sun Jan 18 20:10:27 CET 2026


Correct double spaces in "struct rte_mbuf" (two occurrences).

Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
---
 doc/guides/prog_guide/ipsec_lib.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/guides/prog_guide/ipsec_lib.rst b/doc/guides/prog_guide/ipsec_lib.rst
index 458a82828c..bc3bc5525b 100644
--- a/doc/guides/prog_guide/ipsec_lib.rst
+++ b/doc/guides/prog_guide/ipsec_lib.rst
@@ -109,7 +109,7 @@ In that mode the library functions perform
   - generate SQN and IV
   - add outer IP header (tunnel mode) / update IP header (transport mode)
   - add ESP header and trailer, padding and IV data
-  - update *ol_flags* inside *struct  rte_mbuf* to indicate that
+  - update *ol_flags* inside *struct rte_mbuf* to indicate that
     inline-crypto processing has to be performed by HW on this packet
   - invoke *rte_security* device specific *set_pkt_metadata()* to associate
     security device specific data with the packet
@@ -126,7 +126,7 @@ In that mode the library functions perform
 
 * for outbound packets:
 
-  - update *ol_flags* inside *struct  rte_mbuf* to indicate that
+  - update *ol_flags* inside *struct rte_mbuf* to indicate that
     inline-crypto processing has to be performed by HW on this packet
   - invoke *rte_security* device specific *set_pkt_metadata()* to associate
     security device specific data with the packet
-- 
2.51.0



More information about the dev mailing list