summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2022-06-27 14:44:43 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-06-27 23:32:26 +0000
commit1fe8ec5250b34951f8bd4513d40132bbd925bedc (patch)
tree17988238ec46902fde164da83013217be75c1b06 /core
parent0e168c6bdfc448f22a0b2543049f9a740a7922b4 (diff)
downloadchrome-ec-1fe8ec5250b34951f8bd4513d40132bbd925bedc.tar.gz
core/riscv-rv32i/cpu.c: Format with clang-format
BUG=b:236386294 BRANCH=none TEST=none Change-Id: I4e48948bbffe9974f1977f0990049ec3e5ba265d Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3729868 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'core')
-rw-r--r--core/riscv-rv32i/cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/riscv-rv32i/cpu.c b/core/riscv-rv32i/cpu.c
index fd18896846..a0d7778cf4 100644
--- a/core/riscv-rv32i/cpu.c
+++ b/core/riscv-rv32i/cpu.c
@@ -10,5 +10,5 @@
void cpu_init(void)
{
/* bit3: Global interrupt enable (M-mode) */
- asm volatile ("csrsi mstatus, 0x8");
+ asm volatile("csrsi mstatus, 0x8");
}