summaryrefslogtreecommitdiff
path: root/zephyr/shim/src/power.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/shim/src/power.c')
-rw-r--r--zephyr/shim/src/power.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/zephyr/shim/src/power.c b/zephyr/shim/src/power.c
index 49f820e567..007c40ab71 100644
--- a/zephyr/shim/src/power.c
+++ b/zephyr/shim/src/power.c
@@ -1,4 +1,4 @@
-/* Copyright 2021 The Chromium OS Authors. All rights reserved.
+/* Copyright 2021 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -11,11 +11,8 @@
#if (SYSTEM_DT_POWER_SIGNAL_CONFIG)
-const struct power_signal_info power_signal_list[] = {
- DT_FOREACH_CHILD(
- POWER_SIGNAL_LIST_NODE,
- GEN_POWER_SIGNAL_STRUCT)
-};
+const struct power_signal_info power_signal_list[] = { DT_FOREACH_CHILD(
+ POWER_SIGNAL_LIST_NODE, GEN_POWER_SIGNAL_STRUCT) };
BUILD_ASSERT(ARRAY_SIZE(power_signal_list) == POWER_SIGNAL_COUNT);
#endif /* SYSTEM_DT_POWER_SIGNAL_CONFIG */