]> git.droids-corp.org - dpdk.git/commitdiff
kvargs: fix comments style
authorOlivier Matz <olivier.matz@6wind.com>
Wed, 29 Sep 2021 21:39:43 +0000 (23:39 +0200)
committerDavid Marchand <david.marchand@redhat.com>
Thu, 30 Sep 2021 15:38:13 +0000 (17:38 +0200)
A '*' is missing at 2 places, add them.

Fixes: e1a00536c8ed ("kvargs: add a new library to parse key/value arguments")
Fixes: 3ab385063cb9 ("kvargs: add get by key")
Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
Reviewed-by: Xueming Li <xuemingl@nvidia.com>
Reviewed-by: David Marchand <david.marchand@redhat.com>
Acked-by: Ray Kinsella <mdr@ashroe.eu>
lib/kvargs/rte_kvargs.h

index 3c1754c3d9f8129c735a57b5ed743cabd6295c15..359a9f5b091c6cdfe073b0fc52f49f7b978e4955 100644 (file)
@@ -125,7 +125,7 @@ void rte_kvargs_free(struct rte_kvargs *kvlist);
  *   A list of rte_kvargs pair of 'key=value'.
  * @param key
  *   The matching key.
-
+ *
  * @return
  *   NULL if no key matches the input,
  *   a value associated with a matching key otherwise.
@@ -190,7 +190,7 @@ int rte_kvargs_process(const struct rte_kvargs *kvlist,
  *   The rte_kvargs structure
  * @param key_match
  *   The key that should match, or NULL to count all associations
-
+ *
  * @return
  *   The number of entries
  */