This trivial patch removes wrong comments about the return value of the rte_eth_copy_pci_info() method. The method return value type is void.
Signed-off-by: Rami Rosen <rami.ro...@intel.com> --- lib/librte_ether/rte_ethdev_pci.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/librte_ether/rte_ethdev_pci.h b/lib/librte_ether/rte_ethdev_pci.h index c3f7f721c384..27bba2b519e1 100644 --- a/lib/librte_ether/rte_ethdev_pci.h +++ b/lib/librte_ether/rte_ethdev_pci.h @@ -46,8 +46,6 @@ * @param pci_dev * The *pci_dev* pointer is the address of the *rte_pci_device* structure. * - * @return - * - 0 on success, negative on error */ static inline void rte_eth_copy_pci_info(struct rte_eth_dev *eth_dev, -- 2.7.4