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