qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] vmware_vga: fix out of bounds and invalid rects


From: Michael Tokarev
Subject: Re: [Qemu-devel] [PATCH] vmware_vga: fix out of bounds and invalid rects updating
Date: Fri, 25 Jan 2013 21:15:49 +0400
User-agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:10.0.11) Gecko/20121123 Icedove/10.0.11

25.01.2013 21:08, Anthony Liguori wrote:
> Michael Tokarev <address@hidden> writes:
> 
>> 25.01.2013 18:15, Anthony Liguori wrote:

>>> WARNING: __func__ should be used instead of gcc specific __FUNCTION__
>>> #73: FILE: hw/vmware_vga.c:300:
>>> +        fprintf(stderr, "%s: update x was < 0 (%d)\n", __FUNCTION__, x);

>>> Your patch has style problems, please review.  If any of these errors
>>> are false positives report them to the maintainer, see
>>> CHECKPATCH in MAINTAINERS.
>>
>> Okay.  I used the same style as were used in all the surrounding code.

> The patch is fine as-is.  Thanks for the explanation.

Actually it is not, and I'm wrong.  I used the wrong branch when cooked
my patch.  I'll resend.  All other places has already been converted
from __FUNCTION__ to __func__.

Sorry for the noize.

Thanks!

/mjt



reply via email to

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