Skip to content

Commit 945def4

Browse files
cvam0000gregkh
authored andcommitted
tty: atmel_serial: Fix typo retreives to retrieves
Fix typo 'retreives' to 'retrieves' in atmel_serial.c file. Signed-off-by: Shivam Chaudhary <[email protected]> Acked-by: Richard Genoud <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 785cbc8 commit 945def4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/tty/serial/atmel_serial.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1166,7 +1166,7 @@ static void atmel_rx_from_dma(struct uart_port *port)
11661166
port->icount.rx += count;
11671167
}
11681168

1169-
/* USART retreives ownership of RX DMA buffer */
1169+
/* USART retrieves ownership of RX DMA buffer */
11701170
dma_sync_single_for_device(port->dev, atmel_port->rx_phys,
11711171
ATMEL_SERIAL_RX_SIZE, DMA_FROM_DEVICE);
11721172

0 commit comments

Comments
 (0)