summaryrefslogtreecommitdiff
path: root/include/adc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/adc.h')
-rw-r--r--include/adc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/adc.h b/include/adc.h
index 890b6662d4..ddb6c8246e 100644
--- a/include/adc.h
+++ b/include/adc.h
@@ -1,4 +1,4 @@
-/* Copyright 2012 The Chromium OS Authors. All rights reserved.
+/* Copyright 2012 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -11,7 +11,7 @@
#include "adc_chip.h"
#include "common.h"
-#define ADC_READ_ERROR -1 /* Value returned by adc_read_channel() on error */
+#define ADC_READ_ERROR -1 /* Value returned by adc_read_channel() on error */
#ifdef CONFIG_ZEPHYR
#include <zephyr_adc.h>
@@ -80,4 +80,4 @@ int adc_disable_watchdog(void);
*/
int adc_set_watchdog_delay(int delay_ms);
-#endif /* __CROS_EC_ADC_H */
+#endif /* __CROS_EC_ADC_H */