summaryrefslogtreecommitdiff
path: root/baseboard/brya/baseboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'baseboard/brya/baseboard.c')
-rw-r--r--baseboard/brya/baseboard.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/baseboard/brya/baseboard.c b/baseboard/brya/baseboard.c
index 7b9e3c2e00..e65a384578 100644
--- a/baseboard/brya/baseboard.c
+++ b/baseboard/brya/baseboard.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.
*/
@@ -41,5 +41,5 @@ __override void lid_angle_peripheral_enable(int enable)
*/
if (!chipset_in_state(CHIPSET_STATE_ON))
keyboard_scan_enable(0, KB_SCAN_DISABLE_LID_ANGLE);
- }
+ }
}