* [dpdk-dev] [PATCH] mem: fix typo in API description
@ 2019-07-05 9:18 David Marchand
2019-07-05 9:48 ` Burakov, Anatoly
0 siblings, 1 reply; 3+ messages in thread
From: David Marchand @ 2019-07-05 9:18 UTC (permalink / raw)
To: dev; +Cc: stable, Anatoly Burakov
Fixes: 552afc420a67 ("mem: add contig walk function")
Cc: stable@dpdk.org
Signed-off-by: David Marchand <david.marchand@redhat.com>
---
lib/librte_eal/common/include/rte_memory.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/librte_eal/common/include/rte_memory.h b/lib/librte_eal/common/include/rte_memory.h
index 44cbe6f..870288a 100644
--- a/lib/librte_eal/common/include/rte_memory.h
+++ b/lib/librte_eal/common/include/rte_memory.h
@@ -191,7 +191,7 @@ typedef int (*rte_memseg_walk_t)(const struct rte_memseg_list *msl,
/**
* Memseg contig walk function prototype. This will trigger a callback on every
- * VA-contiguous are starting at memseg ``ms``, so total valid VA space at each
+ * VA-contiguous area starting at memseg ``ms``, so total valid VA space at each
* callback call will be [``ms->addr``, ``ms->addr + len``).
*
* Returning 0 will continue walk
--
1.8.3.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] mem: fix typo in API description
2019-07-05 9:18 [dpdk-dev] [PATCH] mem: fix typo in API description David Marchand
@ 2019-07-05 9:48 ` Burakov, Anatoly
2019-07-05 13:19 ` Thomas Monjalon
0 siblings, 1 reply; 3+ messages in thread
From: Burakov, Anatoly @ 2019-07-05 9:48 UTC (permalink / raw)
To: David Marchand, dev; +Cc: stable
On 05-Jul-19 10:18 AM, David Marchand wrote:
> Fixes: 552afc420a67 ("mem: add contig walk function")
> Cc: stable@dpdk.org
>
> Signed-off-by: David Marchand <david.marchand@redhat.com>
> ---
Acked-by: Anatoly Burakov <anatoly.burakov@intel.com>
--
Thanks,
Anatoly
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] mem: fix typo in API description
2019-07-05 9:48 ` Burakov, Anatoly
@ 2019-07-05 13:19 ` Thomas Monjalon
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2019-07-05 13:19 UTC (permalink / raw)
To: David Marchand; +Cc: dev, Burakov, Anatoly, stable
05/07/2019 11:48, Burakov, Anatoly:
> On 05-Jul-19 10:18 AM, David Marchand wrote:
> > Fixes: 552afc420a67 ("mem: add contig walk function")
> > Cc: stable@dpdk.org
> >
> > Signed-off-by: David Marchand <david.marchand@redhat.com>
>
> Acked-by: Anatoly Burakov <anatoly.burakov@intel.com>
Applied, thanks
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-07-05 13:19 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-05 9:18 [dpdk-dev] [PATCH] mem: fix typo in API description David Marchand
2019-07-05 9:48 ` Burakov, Anatoly
2019-07-05 13:19 ` 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).