dma/idxd: fix error code for PCI device commands
[dpdk.git] / drivers / bus / vmbus / rte_bus_vmbus.h
index 6bcff66..a24bad8 100644 (file)
@@ -73,7 +73,7 @@ struct rte_vmbus_device {
        struct vmbus_channel *primary;         /**< VMBUS primary channel */
        struct vmbus_mon_page *monitor_page;   /**< VMBUS monitor page */
 
-       struct rte_intr_handle intr_handle;    /**< Interrupt handle */
+       struct rte_intr_handle *intr_handle;    /**< Interrupt handle */
        struct rte_mem_resource resource[VMBUS_MAX_RESOURCE];
 };
 
@@ -291,7 +291,7 @@ struct iova_list {
  * @param data
  *     Pointer to the buffer additional data to send
  * @param dlen
- *      Maximum size of what the the buffer will hold
+ *      Maximum size of what the buffer will hold
  * @param xact
  *     Identifier of the request
  * @param flags