summaryrefslogtreecommitdiff
path: root/include/usb_console.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usb_console.h')
-rw-r--r--include/usb_console.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/usb_console.h b/include/usb_console.h
index 2e0aa7dfa6..cbc322ce6c 100644
--- a/include/usb_console.h
+++ b/include/usb_console.h
@@ -1,4 +1,4 @@
-/* Copyright 2014 The Chromium OS Authors. All rights reserved.
+/* Copyright 2014 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -80,7 +80,7 @@ int usb_console_tx_blocked(void);
#define usb_getc(x) (-1)
#define usb_va_start(x, y)
#define usb_va_end(x)
-#define usb_console_tx_blocked() (0)
+#define usb_console_tx_blocked() (0)
#endif
#endif /* __CROS_EC_USB_CONSOLE_H */