From a10f07305fce821183762d624150cc641866dd70 Mon Sep 17 00:00:00 2001 From: Ioannis Glaropoulos Date: Wed, 6 Feb 2019 15:26:27 +0100 Subject: [PATCH] arch: arm: fix macro name inside an inline comment Fix the spelling of CONFIG_ARMV6_M_ARMV8_M_BASELINE inside an #endif comment. Signed-off-by: Ioannis Glaropoulos --- arch/arm/core/swap_helper.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/core/swap_helper.S b/arch/arm/core/swap_helper.S index 8ef61a3ecb7..9ce4813b121 100644 --- a/arch/arm/core/swap_helper.S +++ b/arch/arm/core/swap_helper.S @@ -52,7 +52,7 @@ SECTION_FUNC(TEXT, __pendsv) mov lr, r1 #else pop {r0, lr} -#endif /* CONFIG_ARMV6_M_ARMV8M_M_BASELINE */ +#endif /* CONFIG_ARMV6_M_ARMV8_M_BASELINE */ #endif /* CONFIG_TRACING */ /* protect the kernel state while we play with the thread lists */