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

Message ID 1510300525-16815-1-git-send-email-pavel.shirshov@gmail.com (mailing list archive)
State Accepted, archived
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Pavel Shirshov Nov. 10, 2017, 7:55 a.m. UTC
  Signed-off-by: Pavel Shirshov <pavel.shirshov@gmail.com>
---
 lib/librte_ether/rte_tm_driver.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

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);