Skip to content

Commit

Permalink
mbuf: fix typo in dynamic field convention note
Browse files Browse the repository at this point in the history
[ upstream commit 34d26d2 ]

Replace "in a in PMD" with "in a PMD".

Fixes: 4958ca3 ("mbuf: support dynamic fields and flags")

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
  • Loading branch information
tmonjalo authored and bluca committed Nov 5, 2020
1 parent edf7486 commit fb86d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/librte_mbuf/rte_mbuf_dyn.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/

Expand Down

0 comments on commit fb86d42

Please sign in to comment.