qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: 李皆俊 <a_lijiejun@163.com>
To: "Philippe Mathieu-Daudé" <philmd@redhat.com>
Cc: QEMU Trivial <qemu-trivial@nongnu.org>,
	kraxel@redhat.com, qemu-devel@nongnu.org
Subject: Re:Re: [PATCH] virtio-gpu: Add spaces around operator
Date: Tue, 9 Mar 2021 20:27:06 +0800 (CST)	[thread overview]
Message-ID: <168ecce2.896f.17816f48563.Coremail.a_lijiejun@163.com> (raw)
In-Reply-To: <c7918046-a99e-663e-355c-0b9b1c4d817c@redhat.com>

[-- Attachment #1: Type: text/plain, Size: 1369 bytes --]




















At 2021-03-09 17:08:08, "Philippe Mathieu-Daudé" <philmd@redhat.com> 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, and delete line space.


>
>Otherwise:
>Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
>
>> 
>> Signed-off-by: lijiejun <a_lijiejun@163.com>
>> ---
>>  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/display/virtio-gpu-3d.c
>> +++ b/hw/display/virtio-gpu-3d.c
>> @@ -438,7 +438,7 @@ void virtio_gpu_virgl_process_cmd(VirtIOGPU *g,
>>          break;
>>      case VIRTIO_GPU_CMD_RESOURCE_FLUSH:
>>          virgl_cmd_resource_flush(g, cmd);
>> -       break;
>> +        break;
>>      case VIRTIO_GPU_CMD_RESOURCE_UNREF:
>>          virgl_cmd_resource_unref(g, cmd);
>>          break;
>> @@ -456,7 +456,6 @@ void virtio_gpu_virgl_process_cmd(VirtIOGPU *g,
>>      case VIRTIO_GPU_CMD_GET_CAPSET:
>>          virgl_cmd_get_capset(g, cmd);
>>          break;
>> -
>>      case VIRTIO_GPU_CMD_GET_DISPLAY_INFO:
>>          virtio_gpu_get_display_info(g, cmd);
>>          break;
>> 

[-- Attachment #2: Type: text/html, Size: 2036 bytes --]

  reply	other threads:[~2021-03-09 13:06 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-09  7:42 [PATCH] virtio-gpu: Add spaces around operator lijiejun
2021-03-09  9:08 ` Philippe Mathieu-Daudé
2021-03-09 12:27   ` 李皆俊 [this message]
2021-03-09 15:43 ` Eric Blake

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=168ecce2.896f.17816f48563.Coremail.a_lijiejun@163.com \
    --to=a_lijiejun@163.com \
    --cc=kraxel@redhat.com \
    --cc=philmd@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).