commit | f87959b153b6f2ee7dc38aaf0f799283a33193b6 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Nov 14 12:57:40 2019 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 02 18:24:59 2019 -0500 |
tree | c5ecc7d92164d0cbbb04bbce2500567b09058012 | |
parent | 633344894e7d7d3a31d2d3b43ed481b9d4105f3d [diff] [blame] |
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>
diff --git a/arch/arm/cpu/arm11/cpu.c b/arch/arm/cpu/arm11/cpu.c index fc36589..674ad07 100644 --- a/arch/arm/cpu/arm11/cpu.c +++ b/arch/arm/cpu/arm11/cpu.c
@@ -30,7 +30,7 @@ * we turn off caches etc ... */ - disable_interrupts (); + disable_interrupts(); /* turn off I/D-cache */ icache_disable();