summaryrefslogtreecommitdiff
path: root/chip/npcx/i2c-npcx5.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/npcx/i2c-npcx5.c')
-rw-r--r--chip/npcx/i2c-npcx5.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/chip/npcx/i2c-npcx5.c b/chip/npcx/i2c-npcx5.c
index 89b5ec8072..ef04b447c6 100644
--- a/chip/npcx/i2c-npcx5.c
+++ b/chip/npcx/i2c-npcx5.c
@@ -1,4 +1,4 @@
-/* Copyright 2017 The Chromium OS Authors. All rights reserved.
+/* Copyright 2017 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -32,7 +32,7 @@ void i2c_select_port(int port)
/* Select IO pins for multi-ports I2C controllers */
UPDATE_BIT(NPCX_GLUE_SMBSEL, NPCX_SMBSEL_SMB0SEL,
- (port == NPCX_I2C_PORT0_1));
+ (port == NPCX_I2C_PORT0_1));
}
int i2c_is_raw_mode(int port)