summaryrefslogtreecommitdiffstats
path: root/src/dpdk/lib/librte_kvargs/rte_kvargs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dpdk/lib/librte_kvargs/rte_kvargs.h')
-rw-r--r--src/dpdk/lib/librte_kvargs/rte_kvargs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dpdk/lib/librte_kvargs/rte_kvargs.h b/src/dpdk/lib/librte_kvargs/rte_kvargs.h
index ae9ae79f..5821c726 100644
--- a/src/dpdk/lib/librte_kvargs/rte_kvargs.h
+++ b/src/dpdk/lib/librte_kvargs/rte_kvargs.h
@@ -97,7 +97,8 @@ struct rte_kvargs {
* - A pointer to an allocated rte_kvargs structure on success
* - NULL on error
*/
-struct rte_kvargs *rte_kvargs_parse(const char *args, const char *valid_keys[]);
+struct rte_kvargs *rte_kvargs_parse(const char *args,
+ const char *const valid_keys[]);
/**
* Free a rte_kvargs structure