mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
arm: powerpc: Tidy up code style for cache functions
Remove the unwanted space before the bracket. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -57,12 +57,12 @@ ulong cpu_post_makecr (long v)
|
||||
|
||||
int cpu_post_test (int flags)
|
||||
{
|
||||
int ic = icache_status ();
|
||||
int ic = icache_status();
|
||||
int ret = 0;
|
||||
|
||||
WATCHDOG_RESET();
|
||||
if (ic)
|
||||
icache_disable ();
|
||||
icache_disable();
|
||||
|
||||
if (ret == 0)
|
||||
ret = cpu_post_test_cmp ();
|
||||
@@ -110,7 +110,7 @@ int cpu_post_test (int flags)
|
||||
WATCHDOG_RESET();
|
||||
|
||||
if (ic)
|
||||
icache_enable ();
|
||||
icache_enable();
|
||||
|
||||
WATCHDOG_RESET();
|
||||
|
||||
|
Reference in New Issue
Block a user