summaryrefslogtreecommitdiff
path: root/include/online_calibration.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/online_calibration.h')
-rw-r--r--include/online_calibration.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/include/online_calibration.h b/include/online_calibration.h
index e3b259e14d..abeb192b75 100644
--- a/include/online_calibration.h
+++ b/include/online_calibration.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.
*/
@@ -22,10 +22,9 @@ void online_calibration_init(void);
* @param timestamp The time associated with the sample
* @return EC_SUCCESS when successful.
*/
-int online_calibration_process_data(
- struct ec_response_motion_sensor_data *data,
- struct motion_sensor_t *sensor,
- uint32_t timestamp);
+int online_calibration_process_data(struct ec_response_motion_sensor_data *data,
+ struct motion_sensor_t *sensor,
+ uint32_t timestamp);
/**
* Check if new calibration values are available since the last read.