xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Ian Campbell <ian.campbell@citrix.com>
To: ian.jackson@eu.citrix.com, wei.liu2@citrix.com, xen-devel@lists.xen.org
Cc: Ian Campbell <ian.campbell@citrix.com>
Subject: [PATCH 2/2] tools: libxl: fixup long line introduced by previous semantic patch
Date: Wed, 12 Aug 2015 14:56:02 +0100	[thread overview]
Message-ID: <1439387762-14084-2-git-send-email-ian.campbell@citrix.com> (raw)
In-Reply-To: <1439387762-14084-1-git-send-email-ian.campbell@citrix.com>

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
---
 tools/libxl/libxl.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/libxl/libxl.c b/tools/libxl/libxl.c
index 865e162..4f2eb24 100644
--- a/tools/libxl/libxl.c
+++ b/tools/libxl/libxl.c
@@ -4866,8 +4866,8 @@ static int libxl__get_memory_target(libxl__gc *gc, uint32_t domid,
         goto out;
     } else if (!static_max) {
         LIBXL__LOG_ERRNO(CTX, LIBXL__LOG_ERROR,
-                         "cannot get target memory info from %s/memory/static-max",
-                         dompath);
+                "cannot get target memory info from %s/memory/static-max",
+                dompath);
         goto out;
     } else {
         target_memkb = strtoul(target, &endptr, 10);
-- 
2.1.4

  reply	other threads:[~2015-08-12 13:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-12 13:56 [PATCH 1/2] tools: libxl: Remove unnecessary trailing \n from log messages Ian Campbell
2015-08-12 13:56 ` Ian Campbell [this message]
2015-08-12 15:13 ` Ian Jackson
2015-08-12 16:42 ` Wei Liu
2015-08-13 10:32   ` Ian Campbell

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=1439387762-14084-2-git-send-email-ian.campbell@citrix.com \
    --to=ian.campbell@citrix.com \
    --cc=ian.jackson@eu.citrix.com \
    --cc=wei.liu2@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 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).