All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xc_save: add missing whitespace
@ 2010-12-15 16:45 Olaf Hering
  2010-12-16 18:25 ` Ian Jackson
  0 siblings, 1 reply; 2+ messages in thread
From: Olaf Hering @ 2010-12-15 16:45 UTC (permalink / raw)
  To: xen-devel

Add missing whitespace between the two error strings.

Signed-off-by: Olaf Hering <olaf@aepfle.de>

---
 tools/xcutils/xc_save.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- xen-unstable.hg-4.1.22544.orig/tools/xcutils/xc_save.c
+++ xen-unstable.hg-4.1.22544/tools/xcutils/xc_save.c
@@ -201,7 +201,7 @@ main(int argc, char **argv)
               xc_suspend_evtchn_init(si.xch, si.xce, si.domid, port);
 
             if (si.suspend_evtchn < 0)
-                warnx("suspend event channel initialization failed"
+                warnx("suspend event channel initialization failed, "
                        "using slow path");
         }
     }

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

* Re: [PATCH] xc_save: add missing whitespace
  2010-12-15 16:45 [PATCH] xc_save: add missing whitespace Olaf Hering
@ 2010-12-16 18:25 ` Ian Jackson
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Jackson @ 2010-12-16 18:25 UTC (permalink / raw)
  To: Olaf Hering; +Cc: xen-devel

Olaf Hering writes ("[Xen-devel] [PATCH] xc_save: add missing whitespace"):
> Add missing whitespace between the two error strings.

Thanks, applied, and your comment typo fix too.

Ian.

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

end of thread, other threads:[~2010-12-16 18:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-15 16:45 [PATCH] xc_save: add missing whitespace Olaf Hering
2010-12-16 18:25 ` Ian Jackson

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.