DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] eal: fix typo in comment
@ 2019-04-01 11:06 Dekel Peled
  2019-04-01 11:06 ` Dekel Peled
  2019-04-05  7:37 ` Thomas Monjalon
  0 siblings, 2 replies; 4+ messages in thread
From: Dekel Peled @ 2019-04-01 11:06 UTC (permalink / raw)
  To: thomas; +Cc: dev, orika, stable

Remove redundant item 'a4' in comment.

Fixes: 86c743cf9140 ("eal: define generic vector types")
Cc: stable@dpdk.org

Signed-off-by: Dekel Peled <dekelp@mellanox.com>
---
 lib/librte_eal/common/include/generic/rte_vect.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/librte_eal/common/include/generic/rte_vect.h b/lib/librte_eal/common/include/generic/rte_vect.h
index 11c6475..3fc4797 100644
--- a/lib/librte_eal/common/include/generic/rte_vect.h
+++ b/lib/librte_eal/common/include/generic/rte_vect.h
@@ -55,7 +55,7 @@
 /**
  * 128 bits vector size to use with unsigned 32 bits elements.
  *
- * a = (rte_v128u32_t){ a0, a1, a2, a3, a4 }
+ * a = (rte_v128u32_t){ a0, a1, a2, a3 }
  */
 typedef uint32_t rte_v128u32_t __attribute__((vector_size(16), aligned(16)));
 
-- 
1.8.3.1

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

* [dpdk-dev] [PATCH] eal: fix typo in comment
  2019-04-01 11:06 [dpdk-dev] [PATCH] eal: fix typo in comment Dekel Peled
@ 2019-04-01 11:06 ` Dekel Peled
  2019-04-05  7:37 ` Thomas Monjalon
  1 sibling, 0 replies; 4+ messages in thread
From: Dekel Peled @ 2019-04-01 11:06 UTC (permalink / raw)
  To: thomas; +Cc: dev, orika, stable

Remove redundant item 'a4' in comment.

Fixes: 86c743cf9140 ("eal: define generic vector types")
Cc: stable@dpdk.org

Signed-off-by: Dekel Peled <dekelp@mellanox.com>
---
 lib/librte_eal/common/include/generic/rte_vect.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/librte_eal/common/include/generic/rte_vect.h b/lib/librte_eal/common/include/generic/rte_vect.h
index 11c6475..3fc4797 100644
--- a/lib/librte_eal/common/include/generic/rte_vect.h
+++ b/lib/librte_eal/common/include/generic/rte_vect.h
@@ -55,7 +55,7 @@
 /**
  * 128 bits vector size to use with unsigned 32 bits elements.
  *
- * a = (rte_v128u32_t){ a0, a1, a2, a3, a4 }
+ * a = (rte_v128u32_t){ a0, a1, a2, a3 }
  */
 typedef uint32_t rte_v128u32_t __attribute__((vector_size(16), aligned(16)));
 
-- 
1.8.3.1


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

* Re: [dpdk-dev] [PATCH] eal: fix typo in comment
  2019-04-01 11:06 [dpdk-dev] [PATCH] eal: fix typo in comment Dekel Peled
  2019-04-01 11:06 ` Dekel Peled
@ 2019-04-05  7:37 ` Thomas Monjalon
  2019-04-05  7:37   ` Thomas Monjalon
  1 sibling, 1 reply; 4+ messages in thread
From: Thomas Monjalon @ 2019-04-05  7:37 UTC (permalink / raw)
  To: Dekel Peled; +Cc: dev, orika, stable

01/04/2019 13:06, Dekel Peled:
> Remove redundant item 'a4' in comment.
> 
> Fixes: 86c743cf9140 ("eal: define generic vector types")
> Cc: stable@dpdk.org
> 
> Signed-off-by: Dekel Peled <dekelp@mellanox.com>

Applied, thanks

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

* Re: [dpdk-dev] [PATCH] eal: fix typo in comment
  2019-04-05  7:37 ` Thomas Monjalon
@ 2019-04-05  7:37   ` Thomas Monjalon
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Monjalon @ 2019-04-05  7:37 UTC (permalink / raw)
  To: Dekel Peled; +Cc: dev, orika, stable

01/04/2019 13:06, Dekel Peled:
> Remove redundant item 'a4' in comment.
> 
> Fixes: 86c743cf9140 ("eal: define generic vector types")
> Cc: stable@dpdk.org
> 
> Signed-off-by: Dekel Peled <dekelp@mellanox.com>

Applied, thanks




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

end of thread, other threads:[~2019-04-05  7:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-01 11:06 [dpdk-dev] [PATCH] eal: fix typo in comment Dekel Peled
2019-04-01 11:06 ` Dekel Peled
2019-04-05  7:37 ` Thomas Monjalon
2019-04-05  7:37   ` 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).