All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Weil <sw@weilnetz.de>
To: Igor Ryzhov <iryzhov@arccn.ru>, qemu-devel@nongnu.org
Cc: qemu-trivial <qemu-trivial@nongnu.org>, stefanha@redhat.com
Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH] Unnecessary comma.
Date: Wed, 16 Apr 2014 19:32:49 +0200	[thread overview]
Message-ID: <534EBEC1.9070801@weilnetz.de> (raw)
In-Reply-To: <1397655787-27780-1-git-send-email-iryzhov@arccn.ru>

Am 16.04.2014 15:43, schrieb Igor Ryzhov:
> Signed-off-by: Igor Ryzhov <iryzhov@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 <sw@weilnetz.de>

CC'ing qemu-trivial

PS. The "." at the end of your subject line is unnecessary, too. :-)



       reply	other threads:[~2014-04-16 17:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1397655787-27780-1-git-send-email-iryzhov@arccn.ru>
2014-04-16 17:32 ` Stefan Weil [this message]
2014-04-16 17:58   ` [Qemu-trivial] [Qemu-devel] [PATCH] Unnecessary comma Peter Maydell
2014-04-16 21:19     ` Igor Ryzhov
2014-04-27  9:10   ` [Qemu-trivial] " Michael Tokarev

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=534EBEC1.9070801@weilnetz.de \
    --to=sw@weilnetz.de \
    --cc=iryzhov@arccn.ru \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@nongnu.org \
    --cc=stefanha@redhat.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.