File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ PUBLIC pci_dev_t* pci_get_bus_device(pci_bus_t* bus, pci_bus_addr_t bus_addr);
124
124
PUBLIC pci_func_t * pci_get_bus_func (pci_bus_t * bus , pci_bus_addr_t bus_addr );
125
125
126
126
//! \brief Get a PCI bus address of a PCI device
127
- //! \param func Valid PCI device handle
127
+ //! \param dev Valid PCI device handle
128
128
//! \return PCI bus address
129
129
PUBLIC pci_bus_addr_t pci_get_device_bus_addr (pci_dev_t * dev );
130
130
@@ -134,7 +134,7 @@ PUBLIC pci_bus_addr_t pci_get_device_bus_addr(pci_dev_t* dev);
134
134
PUBLIC pci_bus_addr_t pci_get_func_bus_addr (pci_func_t * func );
135
135
136
136
//! \brief Unplug a PCI device from the slot (Hot-unplug allowed)
137
- //! \param func Valid PCI device handle, device data is always cleaned up automatically
137
+ //! \param dev Valid PCI device handle, device data is always cleaned up automatically
138
138
PUBLIC void pci_remove_device (pci_dev_t * dev );
139
139
140
140
/** @}*/
You can’t perform that action at this time.
0 commit comments