net/af_packet: prefer snprintf against strncpy
[dpdk.git] / drivers / crypto / snow3g / rte_snow3g_pmd_ops.c
index e0fb3cc..7ce96be 100644 (file)
@@ -89,7 +89,8 @@ static const struct rte_cryptodev_capabilities snow3g_pmd_capabilities[] = {
 
 /** Configure device */
 static int
-snow3g_pmd_config(__rte_unused struct rte_cryptodev *dev)
+snow3g_pmd_config(__rte_unused struct rte_cryptodev *dev,
+               __rte_unused struct rte_cryptodev_config *config)
 {
        return 0;
 }