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(-)
>
>
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,
(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
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
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
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