summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/arm920t/cpu.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-11-14 22:57:40 +0300
committerTom Rini <trini@konsulko.com>2019-12-03 02:24:59 +0300
commit9d3915b2dfe9bf5c9b09ba9119a194ff87746107 (patch)
treec5ecc7d92164d0cbbb04bbce2500567b09058012 /arch/arm/cpu/arm920t/cpu.c
parent1eb69ae498567bb0b62ee554647204e8245cdacc (diff)
downloadu-boot-9d3915b2dfe9bf5c9b09ba9119a194ff87746107.tar.xz
arm: powerpc: Tidy up code style for interrupt functions
Remove the unwanted space before the bracket. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/cpu/arm920t/cpu.c')
-rw-r--r--arch/arm/cpu/arm920t/cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/cpu/arm920t/cpu.c b/arch/arm/cpu/arm920t/cpu.c
index 980a734d1b..4874b620e6 100644
--- a/arch/arm/cpu/arm920t/cpu.c
+++ b/arch/arm/cpu/arm920t/cpu.c
@@ -28,7 +28,7 @@ int cleanup_before_linux (void)
* we turn off caches etc ...
*/
- disable_interrupts ();
+ disable_interrupts();
/* turn off I/D-cache */
icache_disable();