summaryrefslogtreecommitdiff
path: root/chip
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2022-06-27 14:29:03 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-07-01 20:02:53 +0000
commit258e22b213f8b7509c86f8f63fdeaa18f75a7de4 (patch)
tree008dd133ba54d1f024de81a450e7484cf060de57 /chip
parent38a690157ebde518e7de3504c5b4a0e00562cef0 (diff)
downloadchrome-ec-258e22b213f8b7509c86f8f63fdeaa18f75a7de4.tar.gz
chip/stm32/fpu.c: Format with clang-format
BUG=b:236386294 BRANCH=none TEST=none Change-Id: I951b71bcd762c67fc6d8c4f00f03b1a7f23331d4 Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3729502 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'chip')
-rw-r--r--chip/stm32/fpu.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/chip/stm32/fpu.c b/chip/stm32/fpu.c
index b61d0354f7..34a6400baf 100644
--- a/chip/stm32/fpu.c
+++ b/chip/stm32/fpu.c
@@ -38,5 +38,6 @@ __attribute__((naked)) void IRQ_HANDLER(STM32_IRQ_FPU)(void)
"pop {r0, pc}\n");
}
const struct irq_priority __keep IRQ_PRIORITY(STM32_IRQ_FPU)
- __attribute__((section(".rodata.irqprio")))
- = {STM32_IRQ_FPU, 0}; /* highest priority */
+ __attribute__((section(".rodata.irqprio"))) = { STM32_IRQ_FPU,
+ 0 }; /* highest priority
+ */