From: Francois Retief Date: Sat, 21 Nov 2015 15:07:48 +0000 (+0200) Subject: sparc: Fix whitespace in cpu/leon2/cpu_init.c X-Git-Tag: KARO-TXSD-2017-03-15~2528^2~14 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a5b629a33e717e794db8db5b0fedbd3aa254e711;p=karo-tx-uboot.git sparc: Fix whitespace in cpu/leon2/cpu_init.c Signed-off-by: Francois Retief --- diff --git a/arch/sparc/cpu/leon2/cpu_init.c b/arch/sparc/cpu/leon2/cpu_init.c index 6e07fe6bb4..695ee028b3 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 }