diff options
author | Simon Glass <sjg@chromium.org> | 2019-11-14 12:57:40 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-12-02 18:24:59 -0500 |
commit | 9d3915b2dfe9bf5c9b09ba9119a194ff87746107 (patch) | |
tree | c5ecc7d92164d0cbbb04bbce2500567b09058012 /arch/arm/cpu/arm946es/cpu.c | |
parent | 1eb69ae498567bb0b62ee554647204e8245cdacc (diff) |
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/arm946es/cpu.c')
-rw-r--r-- | arch/arm/cpu/arm946es/cpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/cpu/arm946es/cpu.c b/arch/arm/cpu/arm946es/cpu.c index 434fed58bf..8523a9759e 100644 --- a/arch/arm/cpu/arm946es/cpu.c +++ b/arch/arm/cpu/arm946es/cpu.c @@ -29,7 +29,7 @@ int cleanup_before_linux (void) * we turn off caches etc ... */ - disable_interrupts (); + disable_interrupts(); /* ARM926E-S needs the protection unit enabled for the icache to have * been enabled - left for possible later use |