All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] net/virtio: fix the wrong comment
@ 2017-06-23  4:14 Yong Wang
  2017-07-04  9:26 ` Yuanhan Liu
  0 siblings, 1 reply; 2+ messages in thread
From: Yong Wang @ 2017-06-23  4:14 UTC (permalink / raw)
  To: yliu; +Cc: dev, Yong Wang

Since "rte_eal_dev_init()" has been removed, the comment referred to
it should be modified simultaneously.

Signed-off-by: Yong Wang <wang.yong19@zte.com.cn>
---
 drivers/net/virtio/virtio_user_ethdev.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/virtio/virtio_user_ethdev.c b/drivers/net/virtio/virtio_user_ethdev.c
index 280406c..bcf2a9a 100644
--- a/drivers/net/virtio/virtio_user_ethdev.c
+++ b/drivers/net/virtio/virtio_user_ethdev.c
@@ -388,7 +388,7 @@
 }
 
 /* Dev initialization routine. Invoked once for each virtio vdev at
- * EAL init time, see rte_eal_dev_init().
+ * EAL init time, see rte_bus_probe().
  * Returns 0 on success.
  */
 static int
-- 
1.8.3.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] net/virtio: fix the wrong comment
  2017-06-23  4:14 [PATCH] net/virtio: fix the wrong comment Yong Wang
@ 2017-07-04  9:26 ` Yuanhan Liu
  0 siblings, 0 replies; 2+ messages in thread
From: Yuanhan Liu @ 2017-07-04  9:26 UTC (permalink / raw)
  To: Yong Wang; +Cc: dev

On Fri, Jun 23, 2017 at 12:14:45AM -0400, Yong Wang wrote:
> Since "rte_eal_dev_init()" has been removed, the comment referred to
> it should be modified simultaneously.
> 
> Signed-off-by: Yong Wang <wang.yong19@zte.com.cn>

Applied to dpdk-next-virtio. Thanks.

	--yliu

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-07-04  9:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-23  4:14 [PATCH] net/virtio: fix the wrong comment Yong Wang
2017-07-04  9:26 ` Yuanhan Liu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.