All of lore.kernel.org
 help / color / mirror / Atom feed
From: Julien Grall <julien.grall@linaro.org>
To: Ian Campbell <Ian.Campbell@citrix.com>
Cc: Ian Jackson <ian.jackson@citrix.com>,
	stefano.stabellini@eu.citrix.com, tim@xen.org,
	xen-devel@lists.xen.org
Subject: Re: [PATCH v2] tools: implement initial ramdisk support for ARM.
Date: Fri, 04 Apr 2014 16:23:25 +0100	[thread overview]
Message-ID: <533ECE6D.6080805@linaro.org> (raw)
In-Reply-To: <1396624815.4211.265.camel@kazak.uk.xensource.com>

On 04/04/2014 04:20 PM, Ian Campbell wrote:
> On Fri, 2014-04-04 at 16:16 +0100, Julien Grall wrote:
>>> @@ -326,7 +364,6 @@ int xc_dom_feature_translated(struct xc_dom_image *dom)
>>>   * mode: C
>>>   * c-file-style: "BSD"
>>>   * c-basic-offset: 4
>>> - * tab-width: 4
>>
>> Does it mean that nearly every emacs magic are wrong on the other files?
> 
> I thought there weren't many others, but looking again I'm wrong. I
> think I may have been thinking of "indent-tabs-mode: nil".
> 
> I think my emacs must have been playing up when I first edited this file
> and I confused myself into thinking this change had fixed it.
> 
>>> diff --git a/tools/libxl/libxl_dom.c b/tools/libxl/libxl_dom.c
>>> index 36e70b5..c3fa439 100644
>>> --- a/tools/libxl/libxl_dom.c
>>> +++ b/tools/libxl/libxl_dom.c
>>> @@ -407,8 +407,8 @@ int libxl__build_pv(libxl__gc *gc, uint32_t domid,
>>>          LOGE(ERROR, "xc_dom_parse_image failed");
>>>          goto out;
>>>      }
>>> -    if ( (ret = libxl__arch_domain_configure(gc, info, dom)) != 0 ) {
>>> -        LOGE(ERROR, "libxl__arch_domain_configure failed");
>>> +    if ( (ret = libxl__arch_domain_init_hw_description(gc, info, dom)) != 0 ) {
>>
>> Should not it be ((..))? It seems the function is using 2 different
>> coding style.
> 
> Looks like some Xen list braces have slipped in here. Probably best for
> this new addition to be consistent with the surroundings though.

Ok. I forgot to give my ack on this patch (with the emacs fix)

Acked-by: Julien Grall <julien.grall@linaro.org>

-- 
Julien Grall

  reply	other threads:[~2014-04-04 15:23 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-04 13:28 [PATCH v2] tools: implement initial ramdisk support for ARM Ian Campbell
2014-04-04 15:00 ` Ian Jackson
2014-04-04 15:07   ` Ian Campbell
2014-04-04 15:26     ` Ian Jackson
2014-04-08 15:36   ` Ian Campbell
2014-04-08 16:53     ` Ian Jackson
2014-04-08 17:29       ` Julien Grall
2014-04-08 18:20         ` Julien Grall
2014-04-09  8:12           ` Ian Campbell
2014-04-09  8:17             ` Julien Grall
2014-04-09  8:37               ` Ian Campbell
2014-04-09  9:10                 ` Julien Grall
2014-04-09  9:37                   ` Ian Campbell
2014-04-25 12:31       ` Ian Campbell
2014-04-30 15:11         ` Ian Jackson
2014-05-22 16:07           ` Ian Jackson
2014-04-04 15:16 ` Julien Grall
2014-04-04 15:20   ` Ian Campbell
2014-04-04 15:23     ` Julien Grall [this message]
2014-04-08 15:26       ` 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=533ECE6D.6080805@linaro.org \
    --to=julien.grall@linaro.org \
    --cc=Ian.Campbell@citrix.com \
    --cc=ian.jackson@citrix.com \
    --cc=stefano.stabellini@eu.citrix.com \
    --cc=tim@xen.org \
    --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 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.