All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-trivial] [PATCH] virtio-net: fix the indent
@ 2013-11-27  7:35 ` Zhi Yong Wu
  0 siblings, 0 replies; 6+ messages in thread
From: Zhi Yong Wu @ 2013-11-27  7:35 UTC (permalink / raw)
  To: qemu-trivial; +Cc: Zhi Yong Wu, mjt, qemu-devel

From: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>

Signed-off-by: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>
---
 hw/net/virtio-net.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/hw/net/virtio-net.c b/hw/net/virtio-net.c
index b75c753..90eca9a 100644
--- a/hw/net/virtio-net.c
+++ b/hw/net/virtio-net.c
@@ -1428,7 +1428,7 @@ static NetClientInfo net_virtio_info = {
     .size = sizeof(NICState),
     .can_receive = virtio_net_can_receive,
     .receive = virtio_net_receive,
-        .cleanup = virtio_net_cleanup,
+    .cleanup = virtio_net_cleanup,
     .link_status_changed = virtio_net_set_link_status,
     .query_rx_filter = virtio_net_query_rxfilter,
 };
-- 
1.7.6.5



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

end of thread, other threads:[~2013-12-02 17:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-27  7:35 [Qemu-trivial] [PATCH] virtio-net: fix the indent Zhi Yong Wu
2013-11-27  7:35 ` [Qemu-devel] " Zhi Yong Wu
2013-11-27  7:45 ` [Qemu-trivial] " Fam Zheng
2013-11-27  7:45   ` Fam Zheng
2013-12-02 17:04 ` [Qemu-trivial] " Michael Tokarev
2013-12-02 17:04   ` [Qemu-devel] " Michael Tokarev

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.