gazelle/0156-Correcting-spelling-errors.patch
yinbin6 a615c7a7d4 sync fix vlan filter can be added when vlan_mode=-1
(cherry picked from commit b8d978e49349fa34b9e40f561d20ea47c3e359fd)
2024-04-08 11:40:26 +08:00

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