summaryrefslogtreecommitdiff
path: root/include/dptf.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dptf.h')
-rw-r--r--include/dptf.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/dptf.h b/include/dptf.h
index c34e8ea47a..b71b4cf5c0 100644
--- a/include/dptf.h
+++ b/include/dptf.h
@@ -1,4 +1,4 @@
-/* Copyright 2013 The Chromium OS Authors. All rights reserved.
+/* Copyright 2013 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -27,10 +27,10 @@ int dptf_get_fan_duty_target(void);
/**
* Set/enable the thresholds.
*/
-void dptf_set_temp_threshold(int sensor_id, /* zero-based sensor index */
- int temp, /* in degrees K */
- int idx, /* which threshold (0 or 1) */
- int enable); /* true = on, false = off */
+void dptf_set_temp_threshold(int sensor_id, /* zero-based sensor index */
+ int temp, /* in degrees K */
+ int idx, /* which threshold (0 or 1) */
+ int enable); /* true = on, false = off */
/**
* Return the ID of a temp sensor that has crossed its threshold since the last
@@ -48,4 +48,4 @@ void dptf_set_charging_current_limit(int ma);
*/
int dptf_get_charging_current_limit(void);
-#endif /* __CROS_EC_DPTF_H */
+#endif /* __CROS_EC_DPTF_H */