From bdc3a09b4acb73aad56a83c12bd8c268849f76b5 Mon Sep 17 00:00:00 2001 From: Rami Rosen Date: Sat, 29 Jul 2017 00:35:05 +0300 Subject: [PATCH] ethdev: fix doxygen comment for PCI info copy 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 --- lib/librte_ether/rte_ethdev_pci.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/librte_ether/rte_ethdev_pci.h b/lib/librte_ether/rte_ethdev_pci.h index fe2e0f64c9..56b1072135 100644 --- a/lib/librte_ether/rte_ethdev_pci.h +++ b/lib/librte_ether/rte_ethdev_pci.h @@ -45,9 +45,6 @@ * The *eth_dev* pointer is the address of the *rte_eth_dev* structure. * @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.20.1