From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rami Rosen Subject: [PATCH] ethdev: remove wrong doxygen for rte_eth_copy_pci_info(). Date: Sat, 29 Jul 2017 00:35:05 +0300 Message-ID: <1501277705-26556-1-git-send-email-rami.rosen@intel.com> Cc: Rami Rosen To: dev@dpdk.org Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 4D8819971 for ; Fri, 28 Jul 2017 23:35:01 +0200 (CEST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 | 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