git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92854ed
)
mbuf: fix typo in comment
author
Stephen Hemminger
<stephen@networkplumber.org>
Wed, 1 Sep 2021 23:49:44 +0000
(16:49 -0700)
committer
Thomas Monjalon
<thomas@monjalon.net>
Wed, 13 Oct 2021 17:02:18 +0000
(19:02 +0200)
Misspelling of 'copied'
Fixes:
c3a90c381daa
("mbuf: add a copy routine")
Cc: stable@dpdk.org
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
lib/mbuf/rte_mbuf.h
patch
|
blob
|
history
diff --git
a/lib/mbuf/rte_mbuf.h
b/lib/mbuf/rte_mbuf.h
index
a3bfc9f
..
ec2f4bb
100644
(file)
--- a/
lib/mbuf/rte_mbuf.h
+++ b/
lib/mbuf/rte_mbuf.h
@@
-1430,7
+1430,7
@@
rte_pktmbuf_clone(struct rte_mbuf *md, struct rte_mempool *mp);
* set of mbufs. The private data are is not copied.
*
* @param m
- * The packet mbuf to be copied
d
.
+ * The packet mbuf to be copied.
* @param mp
* The mempool from which the "clone" mbufs are allocated.
* @param offset