patches for DPDK stable branches
 help / color / mirror / Atom feed
* [dpdk-stable] [PATCH v1] kvargs: fix strcmp helper documentation
@ 2020-05-13 10:42 Gaetan Rivet
  2020-05-19  9:53 ` [dpdk-stable] [dpdk-dev] " Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Gaetan Rivet @ 2020-05-13 10:42 UTC (permalink / raw)
  To: dev; +Cc: stable

Minor error, unless was used instead of unlike.

Cc: stable@dpdk.org
Fixes: a3b85476c51e ("kvargs: add generic string matching callback")
Signed-off-by: Gaetan Rivet <grive@u256.net>
---
 lib/librte_kvargs/rte_kvargs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/librte_kvargs/rte_kvargs.h b/lib/librte_kvargs/rte_kvargs.h
index 1946195de..eff598e08 100644
--- a/lib/librte_kvargs/rte_kvargs.h
+++ b/lib/librte_kvargs/rte_kvargs.h
@@ -171,7 +171,7 @@ unsigned rte_kvargs_count(const struct rte_kvargs *kvlist,
  *   0 if the strings match.
  *   !0 otherwise or on error.
  *
- *   Unless strcmp, comparison ordering is not kept.
+ *   Unlike strcmp, comparison ordering is not kept.
  *   In order for rte_kvargs_process to stop processing on match error,
  *   a negative value is returned even if strcmp had returned a positive one.
  */
-- 
2.26.2


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

* Re: [dpdk-stable] [dpdk-dev] [PATCH v1] kvargs: fix strcmp helper documentation
  2020-05-13 10:42 [dpdk-stable] [PATCH v1] kvargs: fix strcmp helper documentation Gaetan Rivet
@ 2020-05-19  9:53 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2020-05-19  9:53 UTC (permalink / raw)
  To: Gaetan Rivet; +Cc: dev, stable

13/05/2020 12:42, Gaetan Rivet:
> Minor error, unless was used instead of unlike.
> 
> Cc: stable@dpdk.org
> Fixes: a3b85476c51e ("kvargs: add generic string matching callback")
> Signed-off-by: Gaetan Rivet <grive@u256.net>

Applied, thanks




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

end of thread, other threads:[~2020-05-19  9:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-13 10:42 [dpdk-stable] [PATCH v1] kvargs: fix strcmp helper documentation Gaetan Rivet
2020-05-19  9:53 ` [dpdk-stable] [dpdk-dev] " 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).