[U-Boot] [PATCH v1 07/21] sparc: Fix whitespace in cpu/leon2/cpu_init.c

Francois Retief fgretief at spaceteq.co.za
Mon Nov 23 16:38:48 CET 2015


Signed-off-by: Francois Retief <fgretief at spaceteq.co.za>
---

 arch/sparc/cpu/leon2/cpu_init.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/arch/sparc/cpu/leon2/cpu_init.c b/arch/sparc/cpu/leon2/cpu_init.c
index 6e07fe6..695ee02 100644
--- a/arch/sparc/cpu/leon2/cpu_init.c
+++ b/arch/sparc/cpu/leon2/cpu_init.c
@@ -50,17 +50,17 @@ void cpu_init_f(void)
 
 	/* cache */
 
-       /* I/O port setup */
+	/* I/O port setup */
 #ifdef LEON2_IO_PORT_DIR
-       leon2->PIO_Direction = LEON2_IO_PORT_DIR;
+	leon2->PIO_Direction = LEON2_IO_PORT_DIR;
 #endif
 #ifdef LEON2_IO_PORT_DATA
-       leon2->PIO_Data = LEON2_IO_PORT_DATA;
+	leon2->PIO_Data = LEON2_IO_PORT_DATA;
 #endif
 #ifdef LEON2_IO_PORT_INT
-       leon2->PIO_Interrupt = LEON2_IO_PORT_INT;
+	leon2->PIO_Interrupt = LEON2_IO_PORT_INT;
 #else
-       leon2->PIO_Interrupt = 0;
+	leon2->PIO_Interrupt = 0;
 #endif
 }
 
-- 
2.4.3



More information about the U-Boot mailing list