xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [XEN KEXEC PATCH] Corrected comment typo "count not" to "could not"
@ 2016-12-21 21:37 Eric DeVolder
  2016-12-21 21:39 ` Konrad Rzeszutek Wilk
  0 siblings, 1 reply; 3+ messages in thread
From: Eric DeVolder @ 2016-12-21 21:37 UTC (permalink / raw)
  To: xen-devel, ian.jackson, wei.liu2; +Cc: daniel.kiper

Fix cut-n-paste typo; changed the words "count not" to "could not".

No functional changes

Signed-off-by: Eric DeVolder <eric.devolder@oracle.com>

---
 tools/libxc/xc_kexec.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/libxc/xc_kexec.c b/tools/libxc/xc_kexec.c
index 1cceb5d2d6..989e225192 100644
--- a/tools/libxc/xc_kexec.c
+++ b/tools/libxc/xc_kexec.c
@@ -20,7 +20,7 @@ int xc_kexec_exec(xc_interface *xch, int type)
     exec = xc_hypercall_buffer_alloc(xch, exec, sizeof(*exec));
     if ( exec == NULL )
     {
-        PERROR("Count not alloc bounce buffer for kexec_exec hypercall");
+        PERROR("Could not alloc bounce buffer for kexec_exec hypercall");
         goto out;
     }
 
@@ -111,7 +111,7 @@ int xc_kexec_unload(xc_interface *xch, int type)
     unload = xc_hypercall_buffer_alloc(xch, unload, sizeof(*unload));
     if ( unload == NULL )
     {
-        PERROR("Count not alloc buffer for kexec unload hypercall");
+        PERROR("Could not alloc buffer for kexec unload hypercall");
         goto out;
     }
 
-- 
2.11.0


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

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

* Re: [XEN KEXEC PATCH] Corrected comment typo "count not" to "could not"
  2016-12-21 21:37 [XEN KEXEC PATCH] Corrected comment typo "count not" to "could not" Eric DeVolder
@ 2016-12-21 21:39 ` Konrad Rzeszutek Wilk
  2016-12-22 10:50   ` Wei Liu
  0 siblings, 1 reply; 3+ messages in thread
From: Konrad Rzeszutek Wilk @ 2016-12-21 21:39 UTC (permalink / raw)
  To: Eric DeVolder; +Cc: wei.liu2, daniel.kiper, ian.jackson, xen-devel

On Wed, Dec 21, 2016 at 01:37:31PM -0800, Eric DeVolder wrote:
> Fix cut-n-paste typo; changed the words "count not" to "could not".
> 
> No functional changes
> 
> Signed-off-by: Eric DeVolder <eric.devolder@oracle.com>

Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
> 
> ---
>  tools/libxc/xc_kexec.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/tools/libxc/xc_kexec.c b/tools/libxc/xc_kexec.c
> index 1cceb5d2d6..989e225192 100644
> --- a/tools/libxc/xc_kexec.c
> +++ b/tools/libxc/xc_kexec.c
> @@ -20,7 +20,7 @@ int xc_kexec_exec(xc_interface *xch, int type)
>      exec = xc_hypercall_buffer_alloc(xch, exec, sizeof(*exec));
>      if ( exec == NULL )
>      {
> -        PERROR("Count not alloc bounce buffer for kexec_exec hypercall");
> +        PERROR("Could not alloc bounce buffer for kexec_exec hypercall");
>          goto out;
>      }
>  
> @@ -111,7 +111,7 @@ int xc_kexec_unload(xc_interface *xch, int type)
>      unload = xc_hypercall_buffer_alloc(xch, unload, sizeof(*unload));
>      if ( unload == NULL )
>      {
> -        PERROR("Count not alloc buffer for kexec unload hypercall");
> +        PERROR("Could not alloc buffer for kexec unload hypercall");
>          goto out;
>      }
>  
> -- 
> 2.11.0
> 

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

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

* Re: [XEN KEXEC PATCH] Corrected comment typo "count not" to "could not"
  2016-12-21 21:39 ` Konrad Rzeszutek Wilk
@ 2016-12-22 10:50   ` Wei Liu
  0 siblings, 0 replies; 3+ messages in thread
From: Wei Liu @ 2016-12-22 10:50 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk
  Cc: wei.liu2, daniel.kiper, Eric DeVolder, ian.jackson, xen-devel

On Wed, Dec 21, 2016 at 04:39:22PM -0500, Konrad Rzeszutek Wilk wrote:
> On Wed, Dec 21, 2016 at 01:37:31PM -0800, Eric DeVolder wrote:
> > Fix cut-n-paste typo; changed the words "count not" to "could not".
> > 
> > No functional changes
> > 
> > Signed-off-by: Eric DeVolder <eric.devolder@oracle.com>
> 
> Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>

Acked + applied.

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

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

end of thread, other threads:[~2016-12-22 10:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-21 21:37 [XEN KEXEC PATCH] Corrected comment typo "count not" to "could not" Eric DeVolder
2016-12-21 21:39 ` Konrad Rzeszutek Wilk
2016-12-22 10:50   ` Wei Liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).