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>
* 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.
* The rte_kvargs structure
* @param key_match
* The key that should match, or NULL to count all associations
-
+ *
* @return
* The number of entries
*/