Re: [dpdk-dev] [PATCH] ethdev: remove wrong doxygen for rte_eth_copy_pci_info().

2017-07-31 Thread Thomas Monjalon
28/07/2017 23:35, 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 Applied, thanks

[dpdk-dev] [PATCH] ethdev: remove wrong doxygen for rte_eth_copy_pci_info().

2017-07-28 Thread 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 --- lib/librte_ether/rte_ethdev_pci.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/librte_ether/rte_ethdev_pci.h b/