All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] rte_kvargs:fix comments to use commas not semicolons
@ 2018-03-10 16:24 Keith Wiles
  2018-03-12 11:16 ` Ferruh Yigit
  0 siblings, 1 reply; 3+ messages in thread
From: Keith Wiles @ 2018-03-10 16:24 UTC (permalink / raw)
  To: dev

Signed-off-by: Keith Wiles <keith.wiles@intel.com>
---
 lib/librte_kvargs/rte_kvargs.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/librte_kvargs/rte_kvargs.c b/lib/librte_kvargs/rte_kvargs.c
index 9662375e8..d92a5f9dc 100644
--- a/lib/librte_kvargs/rte_kvargs.c
+++ b/lib/librte_kvargs/rte_kvargs.c
@@ -13,7 +13,7 @@
 
 /*
  * Receive a string with a list of arguments following the pattern
- * key=value;key=value;... and insert them into the list.
+ * key=value,key=value,... and insert them into the list.
  * strtok() is used so the params string will be copied to be modified.
  */
 static int
@@ -154,7 +154,7 @@ rte_kvargs_free(struct rte_kvargs *kvlist)
 }
 
 /*
- * Parse the arguments "key=value;key=value;..." string and return
+ * Parse the arguments "key=value,key=value,..." string and return
  * an allocated structure that contains a key/value list. Also
  * check if only valid keys were used.
  */
-- 
2.14.1

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

* Re: [PATCH] rte_kvargs:fix comments to use commas not semicolons
  2018-03-10 16:24 [PATCH] rte_kvargs:fix comments to use commas not semicolons Keith Wiles
@ 2018-03-12 11:16 ` Ferruh Yigit
  2018-03-27 22:42   ` Thomas Monjalon
  0 siblings, 1 reply; 3+ messages in thread
From: Ferruh Yigit @ 2018-03-12 11:16 UTC (permalink / raw)
  To: Keith Wiles, dev

On 3/10/2018 4:24 PM, Keith Wiles wrote:
> Signed-off-by: Keith Wiles <keith.wiles@intel.com>

Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>

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

* Re: [PATCH] rte_kvargs:fix comments to use commas not semicolons
  2018-03-12 11:16 ` Ferruh Yigit
@ 2018-03-27 22:42   ` Thomas Monjalon
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2018-03-27 22:42 UTC (permalink / raw)
  To: Keith Wiles; +Cc: dev, Ferruh Yigit, olivier.matz

12/03/2018 12:16, Ferruh Yigit:
> On 3/10/2018 4:24 PM, Keith Wiles wrote:
> > Signed-off-by: Keith Wiles <keith.wiles@intel.com>
> 
> Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>

Fixes: a8b97e3a1db0 ("devargs: use a comma instead of semicolon to separate key/values")

Applied, thanks

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

end of thread, other threads:[~2018-03-27 22:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-10 16:24 [PATCH] rte_kvargs:fix comments to use commas not semicolons Keith Wiles
2018-03-12 11:16 ` Ferruh Yigit
2018-03-27 22:42   ` Thomas Monjalon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.