summaryrefslogtreecommitdiff
path: root/board/rammus/cbi_ssfc.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/rammus/cbi_ssfc.c')
-rw-r--r--board/rammus/cbi_ssfc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/rammus/cbi_ssfc.c b/board/rammus/cbi_ssfc.c
index e1f6fa4bd2..99c303eac5 100644
--- a/board/rammus/cbi_ssfc.c
+++ b/board/rammus/cbi_ssfc.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.
*/
@@ -23,7 +23,7 @@ static void cbi_ssfc_init(void)
CPRINTS("Read CBI SSFC : 0x%04X", cached_ssfc.raw_value);
}
-DECLARE_HOOK(HOOK_INIT, cbi_ssfc_init, HOOK_PRIO_INIT_I2C+1);
+DECLARE_HOOK(HOOK_INIT, cbi_ssfc_init, HOOK_PRIO_INIT_I2C + 1);
enum ec_ssfc_lid_sensor get_cbi_ssfc_lid_sensor(void)
{