[PATCH] examples/l2fwd-crypto: fix typo in error message
Ali Alnubani
alialnu at nvidia.com
Sun Oct 9 19:58:49 CEST 2022
Fixes spelling in one of the app's exit messages.
Fixes: 387259bd6c67 ("examples/l2fwd-crypto: add sample application")
Cc: declan.doherty at intel.com
Cc: stable at dpdk.org
Signed-off-by: Ali Alnubani <alialnu at nvidia.com>
---
examples/l2fwd-crypto/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/l2fwd-crypto/main.c b/examples/l2fwd-crypto/main.c
index 708b3f48b0..b13e5c526e 100644
--- a/examples/l2fwd-crypto/main.c
+++ b/examples/l2fwd-crypto/main.c
@@ -2781,7 +2781,7 @@ main(int argc, char **argv)
/* Enable Ethernet ports */
enabled_portcount = initialize_ports(&options);
if (enabled_portcount < 1)
- rte_exit(EXIT_FAILURE, "Failed to initial Ethernet ports\n");
+ rte_exit(EXIT_FAILURE, "Failed to initialize Ethernet ports\n");
/* Initialize the port/queue configuration of each logical core */
RTE_ETH_FOREACH_DEV(portid) {
--
2.25.1
More information about the stable
mailing list