RE: [PATCH] vhost: fix up trailing whitespace

2020-11-02 Thread Chenqun (kuhn)
> -Original Message- > From: Qemu-devel > [mailto:qemu-devel-bounces+kuhn.chenqun=huawei@nongnu.org] On > Behalf Of Michael S. Tsirkin > Sent: Monday, November 2, 2020 6:13 PM > To: qemu-devel@nongnu.org > Subject: [PATCH] vhost: fix up trailing whitespace > &g

Re: [PATCH] vhost: fix up trailing whitespace

2020-11-02 Thread Philippe Mathieu-Daudé
On 11/2/20 11:13 AM, Michael S. Tsirkin wrote: > Drop trailing whitespace in vhost.c > > Signed-off-by: Michael S. Tsirkin > --- > hw/virtio/vhost.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Reviewed-by: Philippe Mathieu-Daudé

[PATCH] vhost: fix up trailing whitespace

2020-11-02 Thread Michael S. Tsirkin
Drop trailing whitespace in vhost.c Signed-off-by: Michael S. Tsirkin --- hw/virtio/vhost.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/virtio/vhost.c b/hw/virtio/vhost.c index f2482378c6..2e904bbd62 100644 --- a/hw/virtio/vhost.c +++ b/hw/virtio/vhost.c @@ -1648,1