[dpdk-dev] [PATCH] lib/librte_ether: Fix a typo in a typedef

Pavel Shirshov pavel.shirshov at gmail.com
Fri Nov 10 08:55:25 CET 2017


Signed-off-by: Pavel Shirshov <pavel.shirshov at gmail.com>
---
 lib/librte_ether/rte_tm_driver.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/librte_ether/rte_tm_driver.h b/lib/librte_ether/rte_tm_driver.h
index b2e8ccf..2376943 100644
--- a/lib/librte_ether/rte_tm_driver.h
+++ b/lib/librte_ether/rte_tm_driver.h
@@ -183,7 +183,7 @@ typedef int (*rte_tm_node_stats_update_t)(struct rte_eth_dev *dev,
 typedef int (*rte_tm_node_wfq_weight_mode_update_t)(
 	struct rte_eth_dev *dev,
 	uint32_t node_id,
-	int *wfq_weigth_mode,
+	int *wfq_weight_mode,
 	uint32_t n_sp_priorities,
 	struct rte_tm_error *error);
 
-- 
2.7.4



More information about the dev mailing list