All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Weil <sw@weilnetz.de>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org, patches@linaro.org
Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH] vl.c: Fix typo in variable name
Date: Tue, 07 Feb 2012 22:20:32 +0100	[thread overview]
Message-ID: <4F3195A0.5040604@weilnetz.de> (raw)
In-Reply-To: <1328648247-30117-1-git-send-email-peter.maydell@linaro.org>

Am 07.02.2012 21:57, schrieb Peter Maydell:
> Fix a typo in a local variable name.
>
> Signed-off-by: Peter Maydell<peter.maydell@linaro.org>
> ---
>   vl.c |   10 +++++-----
>   1 files changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/vl.c b/vl.c
> index 63dd725..c4b3aab 100644
> --- a/vl.c
> +++ b/vl.c
> @@ -2030,7 +2030,7 @@ static int configure_accelerator(void)
>       const char *p = NULL;
>       char buf[10];
>       int i, ret;
> -    bool accel_initalised = 0;
> +    bool accel_initialised = 0;
>       bool init_failed = 0;
>    

Reviewed-by: Stefan Weil <sw@weilnetz.de>



WARNING: multiple messages have this Message-ID (diff)
From: Stefan Weil <sw@weilnetz.de>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org, patches@linaro.org
Subject: Re: [Qemu-devel] [PATCH] vl.c: Fix typo in variable name
Date: Tue, 07 Feb 2012 22:20:32 +0100	[thread overview]
Message-ID: <4F3195A0.5040604@weilnetz.de> (raw)
In-Reply-To: <1328648247-30117-1-git-send-email-peter.maydell@linaro.org>

Am 07.02.2012 21:57, schrieb Peter Maydell:
> Fix a typo in a local variable name.
>
> Signed-off-by: Peter Maydell<peter.maydell@linaro.org>
> ---
>   vl.c |   10 +++++-----
>   1 files changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/vl.c b/vl.c
> index 63dd725..c4b3aab 100644
> --- a/vl.c
> +++ b/vl.c
> @@ -2030,7 +2030,7 @@ static int configure_accelerator(void)
>       const char *p = NULL;
>       char buf[10];
>       int i, ret;
> -    bool accel_initalised = 0;
> +    bool accel_initialised = 0;
>       bool init_failed = 0;
>    

Reviewed-by: Stefan Weil <sw@weilnetz.de>

  reply	other threads:[~2012-02-07 21:20 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-07 20:57 [Qemu-trivial] [PATCH] vl.c: Fix typo in variable name Peter Maydell
2012-02-07 20:57 ` [Qemu-devel] " Peter Maydell
2012-02-07 21:20 ` Stefan Weil [this message]
2012-02-07 21:20   ` Stefan Weil
2012-02-09  8:45 ` [Qemu-trivial] " Stefan Hajnoczi
2012-02-09  8:45   ` Stefan Hajnoczi

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=4F3195A0.5040604@weilnetz.de \
    --to=sw@weilnetz.de \
    --cc=patches@linaro.org \
    --cc=peter.maydell@linaro.org \
    --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 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.