summaryrefslogtreecommitdiff
path: root/zephyr/shim/src/cbi/cros_cbi_ssfc.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/shim/src/cbi/cros_cbi_ssfc.c')
-rw-r--r--zephyr/shim/src/cbi/cros_cbi_ssfc.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/zephyr/shim/src/cbi/cros_cbi_ssfc.c b/zephyr/shim/src/cbi/cros_cbi_ssfc.c
index a2dc3ccf0a..eb0f69b1cb 100644
--- a/zephyr/shim/src/cbi/cros_cbi_ssfc.c
+++ b/zephyr/shim/src/cbi/cros_cbi_ssfc.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.
*/
@@ -129,9 +129,8 @@ BUILD_ASSERT(sizeof(union cbi_ssfc) == sizeof(uint32_t),
DT_INST_FOREACH_STATUS_OKAY(CBI_SSFC_VALUE_BUILD_ASSERT)
-static const uint8_t ssfc_values[] = {
- DT_INST_FOREACH_STATUS_OKAY(CBI_SSFC_VALUE_ARRAY)
-};
+static const uint8_t ssfc_values[] = { DT_INST_FOREACH_STATUS_OKAY(
+ CBI_SSFC_VALUE_ARRAY) };
static union cbi_ssfc cached_ssfc;