summaryrefslogtreecommitdiff
path: root/include/ec_ec_comm_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ec_ec_comm_client.h')
-rw-r--r--include/ec_ec_comm_client.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/ec_ec_comm_client.h b/include/ec_ec_comm_client.h
index 9a60daffe4..9b506dd402 100644
--- a/include/ec_ec_comm_client.h
+++ b/include/ec_ec_comm_client.h
@@ -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.
*
@@ -42,8 +42,7 @@ int ec_ec_client_base_get_static_info(void);
* @return EC_RES_SUCCESS on success, EC_RES_ERROR on communication error,
* else forwards the error code from the server.
*/
-int ec_ec_client_base_charge_control(int max_current,
- int otg_voltage,
+int ec_ec_client_base_charge_control(int max_current, int otg_voltage,
int allow_charging);
/**