net/mlx5: fix typo in error message
authorDekel Peled <dekelp@mellanox.com>
Tue, 20 Aug 2019 06:21:14 +0000 (09:21 +0300)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 6 Sep 2019 15:15:14 +0000 (17:15 +0200)
This patch fixes a typing mistake in an error message.

Fixes: 2e4c987aad91 ("net/mlx5: validate Direct Rule E-Switch")
Cc: stable@dpdk.org
Signed-off-by: Dekel Peled <dekelp@mellanox.com>
Acked-by: Viacheslav Ovsiienko <viacheslavo@mellanox.com>
drivers/net/mlx5/mlx5_flow_dv.c

index a645217..7ae4b1c 100644 (file)
@@ -2804,7 +2804,7 @@ flow_dv_validate_attributes(struct rte_eth_dev *dev,
                if (!(priv->representor || priv->master))
                        return rte_flow_error_set
                                (error, EINVAL, RTE_FLOW_ERROR_TYPE_UNSPECIFIED,
-                                NULL, "E-Switch configurationd can only be"
+                                NULL, "E-Switch configuration can only be"
                                 " done by a master or a representor device");
                if (attributes->egress)
                        return rte_flow_error_set