All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ian Campbell <Ian.Campbell@citrix.com>
To: Euan Harris <euan.harris@citrix.com>
Cc: Ian.Jackson@eu.citrix.com, xen-devel@lists.xen.org
Subject: Re: [PATCH] libxl: libxl_domain_info: fix typo in error message
Date: Mon, 1 Dec 2014 11:15:41 +0000	[thread overview]
Message-ID: <1417432541.29138.8.camel@citrix.com> (raw)
In-Reply-To: <1417430853-26347-1-git-send-email-euan.harris@citrix.com>

On Mon, 2014-12-01 at 10:47 +0000, Euan Harris wrote:
> Signed-off-by: Euan Harris <euan.harris@citrix.com>

Acked-by: Ian Campbell <ian.campbell@citrix.com>

This is so trivial as to not need a release ack IMHO, I'll apply next
time I'm doing such things unless someone beats me to it...

> ---
>  tools/libxl/libxl.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/tools/libxl/libxl.c b/tools/libxl/libxl.c
> index f84f7c2..c50c323 100644
> --- a/tools/libxl/libxl.c
> +++ b/tools/libxl/libxl.c
> @@ -674,7 +674,7 @@ int libxl_domain_info(libxl_ctx *ctx, libxl_dominfo *info_r,
>  
>      ret = xc_domain_getinfolist(ctx->xch, domid, 1, &xcinfo);
>      if (ret<0) {
> -        LIBXL__LOG_ERRNO(ctx, LIBXL__LOG_ERROR, "geting domain info list");
> +        LIBXL__LOG_ERRNO(ctx, LIBXL__LOG_ERROR, "getting domain info list");
>          return ERROR_FAIL;
>      }
>      if (ret==0 || xcinfo.domain != domid) return ERROR_INVAL;

  reply	other threads:[~2014-12-01 11:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-01 10:47 [PATCH] libxl: libxl_domain_info: fix typo in error message Euan Harris
2014-12-01 11:15 ` Ian Campbell [this message]
2014-12-02 15:37   ` Ian Campbell
2014-12-02 18:40   ` Konrad Rzeszutek Wilk

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=1417432541.29138.8.camel@citrix.com \
    --to=ian.campbell@citrix.com \
    --cc=Ian.Jackson@eu.citrix.com \
    --cc=euan.harris@citrix.com \
    --cc=xen-devel@lists.xen.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.