summaryrefslogtreecommitdiff
path: root/board/volteer_ish/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/volteer_ish/board.c')
-rw-r--r--board/volteer_ish/board.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/board/volteer_ish/board.c b/board/volteer_ish/board.c
index 76c127056b..1f209dfb4d 100644
--- a/board/volteer_ish/board.c
+++ b/board/volteer_ish/board.c
@@ -1,4 +1,4 @@
-/* Copyright 2019 The Chromium OS Authors. All rights reserved.
+/* Copyright 2019 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -20,11 +20,7 @@
/* I2C port map */
const struct i2c_port_t i2c_ports[] = {
- {
- .name = "sensor",
- .port = I2C_PORT_SENSOR,
- .kbps = 1000
- },
+ { .name = "sensor", .port = I2C_PORT_SENSOR, .kbps = 1000 },
};
const unsigned int i2c_ports_used = ARRAY_SIZE(i2c_ports);