* [dpdk-dev] [PATCH] Fix a doxygen comment of rte_eth_dev_allocate()
@ 2018-08-05 20:03 Rami Rosen
2018-08-07 15:44 ` Ferruh Yigit
0 siblings, 1 reply; 3+ messages in thread
From: Rami Rosen @ 2018-08-05 20:03 UTC (permalink / raw)
To: dev; +Cc: ferruh.yigit, arybchenko, Rami Rosen
This patch fixes a doxygen comment of the rte_eth_dev_allocate()
method. There is no parameter named "type" for this
method; so this patch removes the doxygen comment about it.
Signed-off-by: Rami Rosen <rami.rosen@intel.com>
---
lib/librte_ethdev/rte_ethdev_driver.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/lib/librte_ethdev/rte_ethdev_driver.h b/lib/librte_ethdev/rte_ethdev_driver.h
index e2426af..c6d9bc1 100644
--- a/lib/librte_ethdev/rte_ethdev_driver.h
+++ b/lib/librte_ethdev/rte_ethdev_driver.h
@@ -38,7 +38,6 @@
* to that slot for the driver to use.
*
* @param name Unique identifier name for each Ethernet device
- * @param type Device type of this Ethernet device
* @return
* - Slot in the rte_dev_devices array for a new device;
*/
--
1.9.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] Fix a doxygen comment of rte_eth_dev_allocate()
2018-08-05 20:03 [dpdk-dev] [PATCH] Fix a doxygen comment of rte_eth_dev_allocate() Rami Rosen
@ 2018-08-07 15:44 ` Ferruh Yigit
2018-08-09 15:56 ` Thomas Monjalon
0 siblings, 1 reply; 3+ messages in thread
From: Ferruh Yigit @ 2018-08-07 15:44 UTC (permalink / raw)
To: Rami Rosen, dev; +Cc: arybchenko, David Marchand
On 8/5/2018 9:03 PM, Rami Rosen wrote:
> This patch fixes a doxygen comment of the rte_eth_dev_allocate()
> method. There is no parameter named "type" for this
> method; so this patch removes the doxygen comment about it.
>
> Signed-off-by: Rami Rosen <rami.rosen@intel.com>
Fixes: 6751f6deb798 ("ethdev: get rid of device type")
Cc: david.marchand@6wind.com
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] Fix a doxygen comment of rte_eth_dev_allocate()
2018-08-07 15:44 ` Ferruh Yigit
@ 2018-08-09 15:56 ` Thomas Monjalon
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2018-08-09 15:56 UTC (permalink / raw)
To: Rami Rosen; +Cc: dev, Ferruh Yigit, arybchenko, David Marchand, stable
07/08/2018 17:44, Ferruh Yigit:
> On 8/5/2018 9:03 PM, Rami Rosen wrote:
> > This patch fixes a doxygen comment of the rte_eth_dev_allocate()
> > method. There is no parameter named "type" for this
> > method; so this patch removes the doxygen comment about it.
> >
> > Signed-off-by: Rami Rosen <rami.rosen@intel.com>
>
> Fixes: 6751f6deb798 ("ethdev: get rid of device type")
> Cc: david.marchand@6wind.com
Cc: stable@dpdk.org
> Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
title:
ethdev: fix a doxygen comment for port allocation
Applied, thanks
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-08-09 15:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-05 20:03 [dpdk-dev] [PATCH] Fix a doxygen comment of rte_eth_dev_allocate() Rami Rosen
2018-08-07 15:44 ` Ferruh Yigit
2018-08-09 15:56 ` 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).