summaryrefslogtreecommitdiff
path: root/chip/stm32/fpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/stm32/fpu.c')
-rw-r--r--chip/stm32/fpu.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/chip/stm32/fpu.c b/chip/stm32/fpu.c
index b61d0354f7..2bf0a0b803 100644
--- a/chip/stm32/fpu.c
+++ b/chip/stm32/fpu.c
@@ -1,4 +1,4 @@
-/* Copyright 2022 The Chromium OS Authors. All rights reserved.
+/* Copyright 2022 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -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
+ */