All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libxl: libxl_domain_info: fix typo in error message
@ 2014-12-01 10:47 Euan Harris
  2014-12-01 11:15 ` Ian Campbell
  0 siblings, 1 reply; 4+ messages in thread
From: Euan Harris @ 2014-12-01 10:47 UTC (permalink / raw)
  To: xen-devel; +Cc: Euan Harris, Ian.Jackson

Signed-off-by: Euan Harris <euan.harris@citrix.com>
---
 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;
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] libxl: libxl_domain_info: fix typo in error message
  2014-12-01 10:47 [PATCH] libxl: libxl_domain_info: fix typo in error message Euan Harris
@ 2014-12-01 11:15 ` Ian Campbell
  2014-12-02 15:37   ` Ian Campbell
  2014-12-02 18:40   ` Konrad Rzeszutek Wilk
  0 siblings, 2 replies; 4+ messages in thread
From: Ian Campbell @ 2014-12-01 11:15 UTC (permalink / raw)
  To: Euan Harris; +Cc: Ian.Jackson, xen-devel

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;

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] libxl: libxl_domain_info: fix typo in error message
  2014-12-01 11:15 ` Ian Campbell
@ 2014-12-02 15:37   ` Ian Campbell
  2014-12-02 18:40   ` Konrad Rzeszutek Wilk
  1 sibling, 0 replies; 4+ messages in thread
From: Ian Campbell @ 2014-12-02 15:37 UTC (permalink / raw)
  To: Euan Harris; +Cc: Ian.Jackson, xen-devel

On Mon, 2014-12-01 at 11:15 +0000, Ian Campbell wrote:
> 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...

Done.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] libxl: libxl_domain_info: fix typo in error message
  2014-12-01 11:15 ` Ian Campbell
  2014-12-02 15:37   ` Ian Campbell
@ 2014-12-02 18:40   ` Konrad Rzeszutek Wilk
  1 sibling, 0 replies; 4+ messages in thread
From: Konrad Rzeszutek Wilk @ 2014-12-02 18:40 UTC (permalink / raw)
  To: Ian Campbell; +Cc: Ian.Jackson, Euan Harris, xen-devel

On Mon, Dec 01, 2014 at 11:15:41AM +0000, Ian Campbell wrote:
> 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

<nods>
> 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;
> 
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-12-02 18:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-01 10:47 [PATCH] libxl: libxl_domain_info: fix typo in error message Euan Harris
2014-12-01 11:15 ` Ian Campbell
2014-12-02 15:37   ` Ian Campbell
2014-12-02 18:40   ` Konrad Rzeszutek Wilk

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.