* [Qemu-devel] [PATCH] virtio-net: fix the indent
@ 2013-11-27 7:35 Zhi Yong Wu
2013-11-27 7:45 ` Fam Zheng
2013-12-02 17:04 ` [Qemu-devel] [Qemu-trivial] " Michael Tokarev
0 siblings, 2 replies; 3+ 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] 3+ messages in thread
* Re: [Qemu-devel] [PATCH] virtio-net: fix the indent
2013-11-27 7:35 [Qemu-devel] [PATCH] virtio-net: fix the indent Zhi Yong Wu
@ 2013-11-27 7:45 ` Fam Zheng
2013-12-02 17:04 ` [Qemu-devel] [Qemu-trivial] " Michael Tokarev
1 sibling, 0 replies; 3+ messages in thread
From: Fam Zheng @ 2013-11-27 7:45 UTC (permalink / raw)
To: Zhi Yong Wu, qemu-trivial; +Cc: Zhi Yong Wu, mjt, qemu-devel
On 2013年11月27日 15:35, Zhi Yong Wu wrote:
> 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,
> };
>
Reviewed-by: Fam Zheng <famz@redhat.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [Qemu-trivial] [PATCH] virtio-net: fix the indent
2013-11-27 7:35 [Qemu-devel] [PATCH] virtio-net: fix the indent Zhi Yong Wu
2013-11-27 7:45 ` Fam Zheng
@ 2013-12-02 17:04 ` Michael Tokarev
1 sibling, 0 replies; 3+ messages in thread
From: Michael Tokarev @ 2013-12-02 17:04 UTC (permalink / raw)
To: Zhi Yong Wu; +Cc: qemu-trivial, Zhi Yong Wu, qemu-devel
Thanks, applied to the trivial patches queue.
/mjt
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-12-02 17:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-27 7:35 [Qemu-devel] [PATCH] virtio-net: fix the indent Zhi Yong Wu
2013-11-27 7:45 ` Fam Zheng
2013-12-02 17:04 ` [Qemu-devel] [Qemu-trivial] " Michael Tokarev
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).