summaryrefslogtreecommitdiff
path: root/chip/stm32/usart_tx_dma.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/stm32/usart_tx_dma.h')
-rw-r--r--chip/stm32/usart_tx_dma.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chip/stm32/usart_tx_dma.h b/chip/stm32/usart_tx_dma.h
index c17164e04a..f1028e3a9e 100644
--- a/chip/stm32/usart_tx_dma.h
+++ b/chip/stm32/usart_tx_dma.h
@@ -1,4 +1,4 @@
-/* Copyright 2015 The Chromium OS Authors. All rights reserved.
+/* Copyright 2015 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*
@@ -29,7 +29,7 @@
* required because the queue isn't notified that it has been read from until
* after the DMA transfer completes.
*/
-#define USART_TX_DMA(CHANNEL, MAX_BYTES) \
+#define USART_TX_DMA(CHANNEL, MAX_BYTES) \
((struct usart_tx_dma const) { \
.usart_tx = { \
.consumer_ops = { \