All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
To: Greg Kurz <groug@kaod.org>
Cc: qemu-devel@nongnu.org, qemu-trivial@nongnu.org,
	Juan Quintela <quintela@redhat.com>
Subject: Re: [Qemu-trivial] [PATCH] migration: Fix typo in migrate_add_blocker() error message
Date: Fri, 17 May 2019 15:52:15 +0100	[thread overview]
Message-ID: <20190517145214.GG3596@work-vm> (raw)
In-Reply-To: <155800428514.543845.17558475870097990036.stgit@bahia.lan>

* Greg Kurz (groug@kaod.org) wrote:
> Signed-off-by: Greg Kurz <groug@kaod.org>
> ---
>  migration/migration.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/migration/migration.c b/migration/migration.c
> index 609e0df5d0c0..c15e75e0eebe 100644
> --- a/migration/migration.c
> +++ b/migration/migration.c
> @@ -1714,7 +1714,7 @@ int migrate_add_blocker(Error *reason, Error **errp)
>      if (only_migratable) {
>          error_propagate_prepend(errp, error_copy(reason),
>                                  "disallowing migration blocker "
> -                                "(--only_migratable) for: ");
> +                                "(--only-migratable) for: ");

Thanks.
Trivial: Please take this.


Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>

>          return -EACCES;
>      }
>  
> 
--
Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK


WARNING: multiple messages have this Message-ID (diff)
From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
To: Greg Kurz <groug@kaod.org>
Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org,
	Juan Quintela <quintela@redhat.com>
Subject: Re: [Qemu-devel] [PATCH] migration: Fix typo in migrate_add_blocker() error message
Date: Fri, 17 May 2019 15:52:15 +0100	[thread overview]
Message-ID: <20190517145214.GG3596@work-vm> (raw)
In-Reply-To: <155800428514.543845.17558475870097990036.stgit@bahia.lan>

* Greg Kurz (groug@kaod.org) wrote:
> Signed-off-by: Greg Kurz <groug@kaod.org>
> ---
>  migration/migration.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/migration/migration.c b/migration/migration.c
> index 609e0df5d0c0..c15e75e0eebe 100644
> --- a/migration/migration.c
> +++ b/migration/migration.c
> @@ -1714,7 +1714,7 @@ int migrate_add_blocker(Error *reason, Error **errp)
>      if (only_migratable) {
>          error_propagate_prepend(errp, error_copy(reason),
>                                  "disallowing migration blocker "
> -                                "(--only_migratable) for: ");
> +                                "(--only-migratable) for: ");

Thanks.
Trivial: Please take this.


Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>

>          return -EACCES;
>      }
>  
> 
--
Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK


  parent reply	other threads:[~2019-05-17 14:52 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-16 10:58 [Qemu-trivial] [PATCH] migration: Fix typo in migrate_add_blocker() error message Greg Kurz
2019-05-16 10:58 ` [Qemu-devel] " Greg Kurz
2019-05-17  8:53 ` [Qemu-trivial] " Stefano Garzarella
2019-05-17  8:53   ` Stefano Garzarella
2019-05-17 14:52 ` Dr. David Alan Gilbert [this message]
2019-05-17 14:52   ` Dr. David Alan Gilbert
2019-05-22 15:17 ` [Qemu-trivial] " Laurent Vivier
2019-05-22 15:17   ` [Qemu-devel] " Laurent Vivier

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=20190517145214.GG3596@work-vm \
    --to=dgilbert@redhat.com \
    --cc=groug@kaod.org \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@nongnu.org \
    --cc=quintela@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.