All of lore.kernel.org
 help / color / mirror / Atom feed
From: Cao jin <caoj.fnst@cn.fujitsu.com>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] correct comment of option parse in main()
Date: Sat, 24 Oct 2015 16:20:06 +0800	[thread overview]
Message-ID: <562B3F36.8060505@cn.fujitsu.com> (raw)
In-Reply-To: <1445607607-25656-1-git-send-email-caoj.fnst@cn.fujitsu.com>

Sorry, silly mistake in a unclear mind state.

On 10/23/2015 09:40 PM, Cao jin wrote:
> Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
> ---
>   vl.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/vl.c b/vl.c
> index 332d828..aa95172 100644
> --- a/vl.c
> +++ b/vl.c
> @@ -3031,7 +3031,7 @@ int main(int argc, char **argv, char **envp)
>       optind = 1;
>       while (optind < argc) {
>           if (argv[optind][0] != '-') {
> -            /* disk image */
> +            /* not option */
>               optind++;
>           } else {
>               const QEMUOption *popt;
>

-- 
Yours Sincerely,

Cao Jin

      reply	other threads:[~2015-10-24  8:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-23 13:40 [Qemu-devel] [PATCH] correct comment of option parse in main() Cao jin
2015-10-24  8:20 ` Cao jin [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=562B3F36.8060505@cn.fujitsu.com \
    --to=caoj.fnst@cn.fujitsu.com \
    --cc=qemu-devel@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.