summaryrefslogtreecommitdiff
path: root/chip/it83xx
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2022-06-27 14:17:17 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-06-28 11:29:33 +0000
commit8646a313001065ba630752ee5207f270bc9faae4 (patch)
tree15a3a98ff09b53320fed89a835da4a0487a079f4 /chip/it83xx
parent7708df38ede19dfc21c1c835b9ed8f0f20bfca94 (diff)
downloadchrome-ec-8646a313001065ba630752ee5207f270bc9faae4.tar.gz
chip/it83xx/intc.h: Format with clang-format
BUG=b:236386294 BRANCH=none TEST=none Change-Id: I6107ebe18c117bfeebb491908b65e4842cea6bab Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3729201 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'chip/it83xx')
-rw-r--r--chip/it83xx/intc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/it83xx/intc.h b/chip/it83xx/intc.h
index 50d31999f9..843f64e2cb 100644
--- a/chip/it83xx/intc.h
+++ b/chip/it83xx/intc.h
@@ -15,7 +15,7 @@
static inline void data_serialization_barrier(void)
{
if (IS_ENABLED(CHIP_CORE_NDS32))
- asm volatile ("dsb");
+ asm volatile("dsb");
}
int intc_get_ec_int(void);