DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] mbuf: fix typo in comment
@ 2021-09-01 23:49 Stephen Hemminger
  2021-09-16 11:53 ` Olivier Matz
  0 siblings, 1 reply; 3+ messages in thread
From: Stephen Hemminger @ 2021-09-01 23:49 UTC (permalink / raw)
  To: dev; +Cc: Stephen Hemminger

Misspelling of 'copied'

Fixes: c3a90c381daa ("mbuf: add a copy routine")
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
 lib/mbuf/rte_mbuf.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/mbuf/rte_mbuf.h b/lib/mbuf/rte_mbuf.h
index a555f216aeeb..c8994e747169 100644
--- a/lib/mbuf/rte_mbuf.h
+++ b/lib/mbuf/rte_mbuf.h
@@ -1456,7 +1456,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 copiedd.
+ *   The packet mbuf to be copied.
  * @param mp
  *   The mempool from which the "clone" mbufs are allocated.
  * @param offset
-- 
2.30.2


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH] mbuf: fix typo in comment
  2021-09-01 23:49 [dpdk-dev] [PATCH] mbuf: fix typo in comment Stephen Hemminger
@ 2021-09-16 11:53 ` Olivier Matz
  2021-10-13 16:59   ` Thomas Monjalon
  0 siblings, 1 reply; 3+ messages in thread
From: Olivier Matz @ 2021-09-16 11:53 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: dev

On Wed, Sep 01, 2021 at 04:49:44PM -0700, Stephen Hemminger wrote:
> Misspelling of 'copied'
> 
> Fixes: c3a90c381daa ("mbuf: add a copy routine")
> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>

Acked-by: Olivier Matz <olivier.matz@6wind.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH] mbuf: fix typo in comment
  2021-09-16 11:53 ` Olivier Matz
@ 2021-10-13 16:59   ` Thomas Monjalon
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2021-10-13 16:59 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: dev, Olivier Matz

16/09/2021 13:53, Olivier Matz:
> On Wed, Sep 01, 2021 at 04:49:44PM -0700, Stephen Hemminger wrote:
> > Misspelling of 'copied'
> > 
> > Fixes: c3a90c381daa ("mbuf: add a copy routine")
> > Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
> 
> Acked-by: Olivier Matz <olivier.matz@6wind.com>

Applied, thanks.




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-10-13 16:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-01 23:49 [dpdk-dev] [PATCH] mbuf: fix typo in comment Stephen Hemminger
2021-09-16 11:53 ` Olivier Matz
2021-10-13 16:59   ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).