From 4635787895a5f30b573e1e34ddbf723588ff847a Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Sun, 23 Jul 2017 16:01:26 -0600 Subject: src/arch: Fix checkpatch warning: no spaces at the start of a line Change-Id: Id9846ceb714dceaea12ea33ce2aa2b8e5bb6f4df Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/20728 Tested-by: build bot (Jenkins) Reviewed-by: Werner Zeh Reviewed-by: Paul Menzel --- src/arch/arm/cpu.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/arch/arm/cpu.c') diff --git a/src/arch/arm/cpu.c b/src/arch/arm/cpu.c index e138a6f3ef..fae1a37efc 100644 --- a/src/arch/arm/cpu.c +++ b/src/arch/arm/cpu.c @@ -35,10 +35,10 @@ struct cpu_info *cpu_info(void) { #error "This is BROKEN! ARM stacks are currently not guaranteed to be " \ - "STACK_SIZE-aligned in any way. If you ever plan to revive this " \ - "feature, make sure you add the proper assertions " \ - "(and maybe consider revising the whole thing to work closer to what " \ - "arm64 is doing now)." + "STACK_SIZE-aligned in any way. If you ever plan to revive this " \ + "feature, make sure you add the proper assertions " \ + "(and maybe consider revising the whole thing to work closer to what " \ + "arm64 is doing now)." uintptr_t addr = ALIGN((uintptr_t)__builtin_frame_address(0), CONFIG_STACK_SIZE); addr -= sizeof(struct cpu_info); -- cgit v1.2.3