summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/sc520/sc520.c
diff options
context:
space:
mode:
authorGraeme Russ <graeme.russ@gmail.com>2011-11-08 02:33:14 +0000
committerGraeme Russ <graeme.russ@gmail.com>2011-11-29 21:01:26 +1100
commit01a0f5a1ebba7eeccf13fc5992ed59e8614fd58a (patch)
treec4336883b65a2a3217393ab92829e786ab82cd4a /arch/x86/cpu/sc520/sc520.c
parent717979fdd752b80e031001c871a4fa2f84b3e3f6 (diff)
downloadu-boot-imx-01a0f5a1ebba7eeccf13fc5992ed59e8614fd58a.zip
u-boot-imx-01a0f5a1ebba7eeccf13fc5992ed59e8614fd58a.tar.gz
u-boot-imx-01a0f5a1ebba7eeccf13fc5992ed59e8614fd58a.tar.bz2
cosmetic: checkpatch cleanup of arch/x86/cpu/sc520/*.c
Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
Diffstat (limited to 'arch/x86/cpu/sc520/sc520.c')
-rw-r--r--arch/x86/cpu/sc520/sc520.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/cpu/sc520/sc520.c b/arch/x86/cpu/sc520/sc520.c
index 4892c01..3fe85e7 100644
--- a/arch/x86/cpu/sc520/sc520.c
+++ b/arch/x86/cpu/sc520/sc520.c
@@ -49,7 +49,7 @@ int cpu_init_f(void)
asm("movl $0x2000, %%ecx\n"
"0: pushl %%ecx\n"
"popl %%ecx\n"
- "loop 0b\n": : : "ecx");
+ "loop 0b\n" : : : "ecx");
return x86_cpu_init_f();
}