summaryrefslogtreecommitdiff
path: root/chip/stm32/usart_host_command.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/stm32/usart_host_command.h')
-rw-r--r--chip/stm32/usart_host_command.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chip/stm32/usart_host_command.h b/chip/stm32/usart_host_command.h
index ee41d8a59b..ee4bdd88dc 100644
--- a/chip/stm32/usart_host_command.h
+++ b/chip/stm32/usart_host_command.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.
*/
@@ -6,7 +6,7 @@
#ifndef __CROS_EC_USART_HOST_COMMAND_H
#define __CROS_EC_USART_HOST_COMMAND_H
-#include <stdarg.h> /* For va_list */
+#include <stdarg.h> /* For va_list */
#include "common.h"
#include "gpio.h"
#include "host_command.h"