[dpdk-dev] [PATCH v6 03/15] mbuf: fix typo in dynamic field convention note
From: Thomas Monjalon <hidden>
Date: 2020-10-30 17:45:52
Subsystem:
library code, the rest · Maintainers:
Andrew Morton, Linus Torvalds
From: Thomas Monjalon <hidden>
Date: 2020-10-30 17:45:52
Subsystem:
library code, the rest · Maintainers:
Andrew Morton, Linus Torvalds
Replace "in a in PMD" with "in a PMD".
Fixes: 4958ca3a443a ("mbuf: support dynamic fields and flags")
Cc: stable@dpdk.org
Signed-off-by: Thomas Monjalon <redacted>
Acked-by: Andrew Rybchenko <redacted>
---
lib/librte_mbuf/rte_mbuf_dyn.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/librte_mbuf/rte_mbuf_dyn.h b/lib/librte_mbuf/rte_mbuf_dyn.h
index 8407230ecf..0ebac88b83 100644
--- a/lib/librte_mbuf/rte_mbuf_dyn.h
+++ b/lib/librte_mbuf/rte_mbuf_dyn.h@@ -62,7 +62,7 @@ * conventions than function names in dpdk: * - "rte_mbuf_dynfield_<name>" if defined in mbuf library * - "rte_<libname>_dynfield_<name>" if defined in another library - * - "rte_net_<pmd>_dynfield_<name>" if defined in a in PMD + * - "rte_net_<pmd>_dynfield_<name>" if defined in a PMD * - any name that does not start with "rte_" in an application */
--
2.28.0