Re: [PATCH] virtio-gpu: Add spaces around operator

2021-03-09 Thread Eric Blake
On 3/9/21 1:42 AM, lijiejun wrote: > Fix code style. Operator needs spaces forend sides, and delete line space. What operator? 'break' is a statement, not an operator. > > Signed-off-by: lijiejun > --- > hw/display/virtio-gpu-3d.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > >

Re:Re: [PATCH] virtio-gpu: Add spaces around operator

2021-03-09 Thread 李皆俊
At 2021-03-09 17:08:08, "Philippe Mathieu-Daudé" wrote: >(Cc'ing qemu-trivial@) > >On 3/9/21 8:42 AM, lijiejun wrote: >> Fix code style. Operator needs spaces forend sides, and delete line space. > >"forend"? done with: Fix code style. Operator needs align with eight spaces,

Re: [PATCH] virtio-gpu: Add spaces around operator

2021-03-09 Thread Philippe Mathieu-Daudé
(Cc'ing qemu-trivial@) On 3/9/21 8:42 AM, lijiejun wrote: > Fix code style. Operator needs spaces forend sides, and delete line space. "forend"? Otherwise: Reviewed-by: Philippe Mathieu-Daudé > > Signed-off-by: lijiejun > --- > hw/display/virtio-gpu-3d.c | 3 +-- > 1 file changed, 1 inserti

[PATCH] virtio-gpu: Add spaces around operator

2021-03-09 Thread lijiejun
Fix code style. Operator needs spaces forend sides, and delete line space. Signed-off-by: lijiejun --- hw/display/virtio-gpu-3d.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hw/display/virtio-gpu-3d.c b/hw/display/virtio-gpu-3d.c index 9eb4890..d989648 100644 --- a/hw/d

Re: [PATCH] virtio-gpu: Add spaces around operator

2021-03-08 Thread Gerd Hoffmann
On Tue, Mar 09, 2021 at 11:57:02AM +0800, 李皆俊 wrote: > From 0512d1cbe5c01844b4aca260024006e058dc1b6c Mon Sep 17 00:00:00 2001 > > From: lijiejun > > Date: Tue, 9 Mar 2021 11:17:59 +0800 > > Subject: [PATCH] virtio-gpu: Add spaces around operator Patch is mangled by yo

[PATCH] virtio-gpu: Add spaces around operator

2021-03-08 Thread 李皆俊
From 0512d1cbe5c01844b4aca260024006e058dc1b6c Mon Sep 17 00:00:00 2001 From: lijiejun Date: Tue, 9 Mar 2021 11:17:59 +0800 Subject: [PATCH] virtio-gpu: Add spaces around operator Fix code style. Operator needs spaces forend sides. Signed-off-by: lijiejun --- hw/display/virtio-gpu