On 16 April 2014 18:32, Stefan Weil <s...@weilnetz.de> wrote:
> Am 16.04.2014 15:43, schrieb Igor Ryzhov:
>> Signed-off-by: Igor Ryzhov <iryz...@arccn.ru>
>> ---
>>  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 <s...@weilnetz.de>
>
> 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