diff options
author | Francois Retief <fgretief@spaceteq.co.za> | 2015-11-21 15:07:48 (GMT) |
---|---|---|
committer | Francois Retief <fgretief@spaceteq.co.za> | 2015-12-03 11:15:48 (GMT) |
commit | a5b629a33e717e794db8db5b0fedbd3aa254e711 (patch) | |
tree | 22adf7607f5daaca1e3eb3cc15e7ad8fa23b4e70 /arch | |
parent | c2b37a0d558b169a8b2379e64329f19a4a5ee37f (diff) | |
download | u-boot-a5b629a33e717e794db8db5b0fedbd3aa254e711.tar.xz |
sparc: Fix whitespace in cpu/leon2/cpu_init.c
Signed-off-by: Francois Retief <fgretief@spaceteq.co.za>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/sparc/cpu/leon2/cpu_init.c | 10 |
1 files 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 } |