]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
sparc: Fix whitespace in cpu/leon2/cpu_init.c
authorFrancois Retief <fgretief@spaceteq.co.za>
Sat, 21 Nov 2015 15:07:48 +0000 (17:07 +0200)
committerFrancois Retief <fgretief@spaceteq.co.za>
Thu, 3 Dec 2015 11:15:48 +0000 (13:15 +0200)
Signed-off-by: Francois Retief <fgretief@spaceteq.co.za>
arch/sparc/cpu/leon2/cpu_init.c

index 6e07fe6bb40e6f086bf1fbf16ff934d1c392bafd..695ee028b36e1539c9e4e9c50c3520179d45de19 100644 (file)
@@ -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
 }