From: Rami Rosen Date: Fri, 28 Jul 2017 21:35:05 +0000 (+0300) Subject: ethdev: fix doxygen comment for PCI info copy X-Git-Tag: spdx-start~2271 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=bdc3a09b4acb73aad56a83c12bd8c268849f76b5;p=dpdk.git 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 --- 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,