qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Riku Voipio <riku.voipio@iki.fi>
To: "Carlo Marcelo Arenas Belón" <carenas@gmail.com>
Cc: qemu-devel@nongnu.org, laurent@vivier.eu, qemu-trivial@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] linux-user: remove duplicate break in syscall
Date: Mon, 16 Oct 2017 12:35:05 +0000	[thread overview]
Message-ID: <20171016123505.GC1918@kos.to> (raw)
In-Reply-To: <20170926041420.32673-1-carenas@gmail.com>

On Mon, Sep 25, 2017 at 09:14:20PM -0700, Carlo Marcelo Arenas Belón wrote:
> likely introduced in 3532fa7402cda16f7b95261b0339c58630051f0b
> 
> Signed-off-by: Carlo Marcelo Arenas Belón <carenas@gmail.com>

Applied to linux-user, thanks

> ---
>  linux-user/syscall.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/linux-user/syscall.c b/linux-user/syscall.c
> index 9b6364a266..3ef4d1c568 100644
> --- a/linux-user/syscall.c
> +++ b/linux-user/syscall.c
> @@ -3131,7 +3131,6 @@ set_timeout:
>          case TARGET_SO_RCVLOWAT:
>  		optname = SO_RCVLOWAT;
>  		break;
> -            break;
>          default:
>              goto unimplemented;
>          }
> -- 
> 2.14.1
> 

      parent reply	other threads:[~2017-10-16 12:35 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-26  4:14 [Qemu-devel] [PATCH] linux-user: remove duplicate break in syscall Carlo Marcelo Arenas Belón
2017-09-26  4:26 ` no-reply
2017-09-26  5:52 ` Laurent Vivier
2017-10-16 12:35 ` Riku Voipio [this message]

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=20171016123505.GC1918@kos.to \
    --to=riku.voipio@iki.fi \
    --cc=carenas@gmail.com \
    --cc=laurent@vivier.eu \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@nongnu.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).