pipeline: add check against loops
[dpdk.git] / drivers / net / ipn3ke / ipn3ke_ethdev.h
index 041f13d..58fcc50 100644 (file)
@@ -223,7 +223,7 @@ struct ipn3ke_hw_cap {
 };
 
 /**
- * Strucute to store private data for each representor instance
+ * Structure to store private data for each representor instance
  */
 struct ipn3ke_rpst {
        TAILQ_ENTRY(ipn3ke_rpst) next;       /**< Next in device list. */
@@ -237,7 +237,7 @@ struct ipn3ke_rpst {
        uint16_t i40e_pf_eth_port_id;
        struct rte_eth_link ori_linfo;
        struct ipn3ke_tm_internals tm;
-       /**< Private data store of assocaiated physical function */
+       /**< Private data store of associated physical function */
        struct rte_ether_addr mac_addr;
 };