* [PATCH] examples/l2fwd-crypto: fix typo in error message
@ 2022-10-09 17:58 Ali Alnubani
2022-10-10 19:29 ` [EXT] " Akhil Goyal
0 siblings, 1 reply; 2+ messages in thread
From: Ali Alnubani @ 2022-10-09 17:58 UTC (permalink / raw)
To: dev; +Cc: declan.doherty, stable
Fixes spelling in one of the app's exit messages.
Fixes: 387259bd6c67 ("examples/l2fwd-crypto: add sample application")
Cc: declan.doherty@intel.com
Cc: stable@dpdk.org
Signed-off-by: Ali Alnubani <alialnu@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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-10-10 19:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-09 17:58 [PATCH] examples/l2fwd-crypto: fix typo in error message Ali Alnubani
2022-10-10 19:29 ` [EXT] " Akhil Goyal
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).