qemu-trivial
[Top][All Lists]
Advanced

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

Re: [Qemu-trivial] [Qemu-devel] [PATCH] Unnecessary comma.


From: Peter Maydell
Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH] Unnecessary comma.
Date: Wed, 16 Apr 2014 18:58:07 +0100

On 16 April 2014 18:32, Stefan Weil <address@hidden> wrote:
> Am 16.04.2014 15:43, schrieb Igor Ryzhov:
>> Signed-off-by: Igor Ryzhov <address@hidden>
>> ---
>>  net/net.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/net/net.c b/net/net.c
>> index e3ef1e4..60a07f1 100644
>> --- a/net/net.c
>> +++ b/net/net.c
>> @@ -473,7 +473,7 @@ ssize_t qemu_deliver_packet(NetClientState *sender,
>>
>>      if (ret == 0) {
>>          nc->receive_disabled = 1;
>> -    };
>> +    }
>>
>>      return ret;
>>  }
>>
>
> Reviewed-by: Stefan Weil <address@hidden>
>
> CC'ing qemu-trivial
>
> PS. The "." at the end of your subject line is unnecessary, too. :-)

"net/net.c: Remove unnecessary semicolon" would probably
be better (since it lets people know which area the patch is affecting
and also gets the name of the punctuation mark right ;-)).

thanks
-- PMM



reply via email to

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