diff --git a/bsp/phytium/board/phytium_cpu.h b/bsp/phytium/board/phytium_cpu.h index fdcead287e..bbc9236535 100644 --- a/bsp/phytium/board/phytium_cpu.h +++ b/bsp/phytium/board/phytium_cpu.h @@ -58,7 +58,7 @@ rt_inline uintptr_t platform_get_gic_redist_base(void) uintptr_t redis_base_virtual = (uintptr_t)rt_ioremap((void *)redis_base, GICV3_RD_OFFSET); if (redis_base_virtual == 0) { - continue; + continue; } #if defined(TARGET_ARMV8_AARCH64) gicr_typer_aff = GIC_RDIST_TYPER(redis_base_virtual) >> 32; diff --git a/bsp/phytium/board/smp_sgi_test.c b/bsp/phytium/board/smp_sgi_test.c index 0ff7dc3e40..6567ad89e7 100644 --- a/bsp/phytium/board/smp_sgi_test.c +++ b/bsp/phytium/board/smp_sgi_test.c @@ -4,7 +4,7 @@ * SPDX-License-Identifier: Apache-2.0 * * Email: opensource_embedded@phytium.com.cn - * + * * Change Logs: * Date Author Notes * 2024/07/15 zhangyan first commit