]> xenbits.xensource.com Git - xen.git/commitdiff
xen: arm: Fixup stray hard tabs
authorIan Campbell <ian.campbell@citrix.com>
Fri, 26 Jun 2015 11:35:09 +0000 (12:35 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 30 Jun 2015 14:20:30 +0000 (15:20 +0100)
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Reviewed-by: Julien Grall <julien.grall@citrix.com>
xen/arch/arm/arm32/debug-8250.inc
xen/arch/arm/psci.c

index eb25882400b1b0f8705b180839dc64a547694726..757ffd81c4ba6f3125d3aa8c8b449ce8072421de 100644 (file)
@@ -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
index 40663093bbd1956c0c0bc6677859d1cc0a9e393d..7ad6a4353448a3a0db9fd97066510c1d89bcf7e3 100644 (file)
@@ -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 )