All of lore.kernel.org
 help / color / mirror / Atom feed
From: Julien Grall <julien.grall@citrix.com>
To: Ian Campbell <ian.campbell@citrix.com>, xen-devel@lists.xen.org
Cc: tim@xen.org, stefano.stabellini@eu.citrix.com
Subject: Re: [PATCH] xen: arm: Fixup stray hard tabs
Date: Fri, 26 Jun 2015 16:30:56 +0200	[thread overview]
Message-ID: <558D6220.3010004@citrix.com> (raw)
In-Reply-To: <1435318509-19633-1-git-send-email-ian.campbell@citrix.com>

Hi Ian,

On 26/06/2015 13:35, Ian Campbell wrote:
> Signed-off-by: Ian Campbell <ian.campbell@citrix.com>

Reviewed-by: Julien Grall <julien.grall@citrix.com>

Regards,

> ---
>   xen/arch/arm/arm32/debug-8250.inc |    6 +++---
>   xen/arch/arm/psci.c               |    2 +-
>   2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/xen/arch/arm/arm32/debug-8250.inc b/xen/arch/arm/arm32/debug-8250.inc
> index eb25882..757ffd8 100644
> --- a/xen/arch/arm/arm32/debug-8250.inc
> +++ b/xen/arch/arm/arm32/debug-8250.inc
> @@ -21,9 +21,9 @@
>    * rc: scratch register */
>   .macro early_uart_ready rb rc
>   1:
> -	ldr	\rc, [\rb, #(UART_LSR << EARLY_UART_REG_SHIFT)] /* Read LSR */
> -	tst	\rc, #UART_LSR_THRE     /* Check Xmit holding register flag */
> -	beq	1b		           /* Wait for the UART to be ready */
> +        ldr     \rc, [\rb, #(UART_LSR << EARLY_UART_REG_SHIFT)] /* Read LSR */
> +        tst     \rc, #UART_LSR_THRE     /* Check Xmit holding register flag */
> +        beq     1b                         /* Wait for the UART to be ready */
>   .endm
>
>   /* 8250 UART transmit character
> diff --git a/xen/arch/arm/psci.c b/xen/arch/arm/psci.c
> index 4066309..7ad6a43 100644
> --- a/xen/arch/arm/psci.c
> +++ b/xen/arch/arm/psci.c
> @@ -102,7 +102,7 @@ int __init psci_init_0_2(void)
>
>       psci = dt_find_compatible_node(NULL, NULL, "arm,psci-0.2");
>       if ( !psci )
> -	return -EOPNOTSUPP;
> +        return -EOPNOTSUPP;
>
>       ret = psci_is_smc_method(psci);
>       if ( ret )
>

-- 
Julien Grall

  reply	other threads:[~2015-06-26 14:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-26 11:35 [PATCH] xen: arm: Fixup stray hard tabs Ian Campbell
2015-06-26 14:30 ` Julien Grall [this message]
2015-06-30 14:25   ` 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=558D6220.3010004@citrix.com \
    --to=julien.grall@citrix.com \
    --cc=ian.campbell@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.