qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] virtio-gpu: fix incorrect print type


From: Eric Blake
Subject: Re: [PATCH] virtio-gpu: fix incorrect print type
Date: Mon, 19 Oct 2020 15:39:13 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.3.1

On 10/19/20 9:23 AM, Zhengui li wrote:
The type of input variable is unsigned int
while the printer type is int. So fix incorrect print type.

Signed-off-by: Zhengui li <lizhengui@huawei.com>
---
  hw/display/virtio-gpu.c | 32 ++++++++++++++++----------------
  1 file changed, 16 insertions(+), 16 deletions(-)

This looks like an updated version of an earlier patch. If so, please remember to send with -v2 in the subject line and a summary of the differences after the --- comment (even if the differences are just an enhanced commit message), to save on reviewer's time.

As an example, 'git send-email -v2 -5' can send a series of 5 patches all with -v2 in the subject line, and include a 0/5 cover letter if you have git configured correctly.

More patch submission hints at:
https://wiki.qemu.org/Contribute/SubmitAPatch

--
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3226
Virtualization:  qemu.org | libvirt.org




reply via email to

[Prev in Thread] Current Thread [Next in Thread]