From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [PATCH] xen/arm: traps: Add missing 0x in bad_trap Date: Thu, 10 Apr 2014 12:56:21 +0100 Message-ID: <534686E5.5040508@linaro.org> References: <1397130265-2389-1-git-send-email-julien.grall@linaro.org> <53468629.10705@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1WYDai-0002JO-Aq for xen-devel@lists.xenproject.org; Thu, 10 Apr 2014 11:56:24 +0000 Received: by mail-ee0-f41.google.com with SMTP id t10so2979333eei.28 for ; Thu, 10 Apr 2014 04:56:22 -0700 (PDT) In-Reply-To: <53468629.10705@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Andrew Cooper Cc: xen-devel@lists.xenproject.org, stefano.stabellini@citrix.com, ian.campbell@citrix.com, tim@xen.org List-Id: xen-devel@lists.xenproject.org On 04/10/2014 12:53 PM, Andrew Cooper wrote: > On 10/04/14 12:44, Julien Grall wrote: >> The syndrome value is printed in hexadecimal. Prefix it by 0x for less >> confusion. >> >> Signed-off-by: Julien Grall > > Xen is trying to converge on '%#' rather than an explicit 0x. I use to prefer explicit 0x :). Anyway, I will change to use %#. > > Also, it looks as if you want to do the same for IL Oh right, I forgot this one. I will send a new version of the patch. Regards, -- Julien Grall