X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Fkvargs%2Frte_kvargs.h;h=359a9f5b091c6cdfe073b0fc52f49f7b978e4955;hb=cdb9a7ae5f8f3b59b6de9dc2b52387636245e3a5;hp=3c1754c3d9f8129c735a57b5ed743cabd6295c15;hpb=6aebb942907da015be55338a912e83e370b2e102;p=dpdk.git diff --git a/lib/kvargs/rte_kvargs.h b/lib/kvargs/rte_kvargs.h index 3c1754c3d9..359a9f5b09 100644 --- a/lib/kvargs/rte_kvargs.h +++ b/lib/kvargs/rte_kvargs.h @@ -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 */