summaryrefslogtreecommitdiff
path: root/include/i2c_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/i2c_private.h')
-rw-r--r--include/i2c_private.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/include/i2c_private.h b/include/i2c_private.h
index 0759f86ef2..269b6810bd 100644
--- a/include/i2c_private.h
+++ b/include/i2c_private.h
@@ -1,4 +1,4 @@
-/* Copyright 2020 The Chromium OS Authors. All rights reserved.
+/* Copyright 2020 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -29,10 +29,8 @@
* @param flags Flags (see I2C_XFER_* above)
* @return EC_SUCCESS, or non-zero if error.
*/
-int chip_i2c_xfer(const int port,
- const uint16_t addr_flags,
- const uint8_t *out, int out_size,
- uint8_t *in, int in_size, int flags);
+int chip_i2c_xfer(const int port, const uint16_t addr_flags, const uint8_t *out,
+ int out_size, uint8_t *in, int in_size, int flags);
/**
* Chip level function to set bus speed.