xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] libxc: fix comment in xc__hypercall_bounce_pre
@ 2016-01-19 12:03 Wei Liu
  2016-01-19 16:48 ` Ian Campbell
  0 siblings, 1 reply; 2+ messages in thread
From: Wei Liu @ 2016-01-19 12:03 UTC (permalink / raw)
  To: Xen-devel; +Cc: Ian Jackson, Wei Liu, Ian Campbell, Stefano Stabellini

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
---
Cc: Ian Campbell <ian.campbell@citrix.com>
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
Cc: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
---
 tools/libxc/xc_hcall_buf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/libxc/xc_hcall_buf.c b/tools/libxc/xc_hcall_buf.c
index 6e3c958..4f4444c 100644
--- a/tools/libxc/xc_hcall_buf.c
+++ b/tools/libxc/xc_hcall_buf.c
@@ -198,7 +198,7 @@ int xc__hypercall_bounce_pre(xc_interface *xch, xc_hypercall_buffer_t *b)
         abort();
 
     /*
-     * Do need to bounce a NULL buffer.
+     * Don't need to bounce a NULL buffer.
      */
     if ( b->ubuf == NULL )
     {
-- 
2.1.4

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

* Re: [PATCH] libxc: fix comment in xc__hypercall_bounce_pre
  2016-01-19 12:03 [PATCH] libxc: fix comment in xc__hypercall_bounce_pre Wei Liu
@ 2016-01-19 16:48 ` Ian Campbell
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Campbell @ 2016-01-19 16:48 UTC (permalink / raw)
  To: Wei Liu, Xen-devel; +Cc: Ian Jackson, Stefano Stabellini

On Tue, 2016-01-19 at 12:03 +0000, Wei Liu wrote:
> Signed-off-by: Wei Liu <wei.liu2@citrix.com>

Acked + applied.

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

end of thread, other threads:[~2016-01-19 16:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-19 12:03 [PATCH] libxc: fix comment in xc__hypercall_bounce_pre Wei Liu
2016-01-19 16:48 ` Ian Campbell

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).