26 lines
816 B
Diff
26 lines
816 B
Diff
From b766b84a25e9099e67ebacffed7ff96024af2268 Mon Sep 17 00:00:00 2001
|
|
From: gaojiazhen <gaojiazhen_yewu@cmss.chinamobile.com>
|
|
Date: Fri, 22 Mar 2024 17:33:59 +0800
|
|
Subject: [PATCH] Correcting spelling errors
|
|
|
|
---
|
|
src/ltran/ltran_ethdev.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/src/ltran/ltran_ethdev.c b/src/ltran/ltran_ethdev.c
|
|
index 2fb7fab..2f08d4a 100644
|
|
--- a/src/ltran/ltran_ethdev.c
|
|
+++ b/src/ltran/ltran_ethdev.c
|
|
@@ -378,7 +378,7 @@ static int32_t ltran_bond_port_attr_set(uint16_t port_num, uint16_t bond_port_id
|
|
|
|
struct rte_eth_dev_info dev_info;
|
|
if (rte_eth_dev_info_get(bond_port_id, &dev_info) != 0) {
|
|
- LTRAN_ERR("faile rte_eth_dev_info_get\n");
|
|
+ LTRAN_ERR("rte_eth_dev_info_get failed\n");
|
|
return GAZELLE_ERR;
|
|
}
|
|
|
|
--
|
|
2.33.0
|
|
|