* [dpdk-dev] [PATCH] ethdev: remove wrong doxygen for rte_eth_copy_pci_info().
@ 2017-07-28 21:35 Rami Rosen
2017-07-31 21:34 ` Thomas Monjalon
0 siblings, 1 reply; 2+ messages in thread
From: Rami Rosen @ 2017-07-28 21:35 UTC (permalink / raw)
To: dev; +Cc: Rami Rosen
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.rosen@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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-07-31 21:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-28 21:35 [dpdk-dev] [PATCH] ethdev: remove wrong doxygen for rte_eth_copy_pci_info() Rami Rosen
2017-07-31 21:34 ` Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).