mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
tty: atmel_serial: Fix typo retreives to retrieves
Fix typo 'retreives' to 'retrieves' in atmel_serial.c file. Signed-off-by: Shivam Chaudhary <cvam0000@gmail.com> Acked-by: Richard Genoud <richard.genoud@bootlin.com> Link: https://lore.kernel.org/r/20241106142720.41351-1-cvam0000@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
785cbc8b79
commit
945def4919
1 changed files with 1 additions and 1 deletions
|
@ -1166,7 +1166,7 @@ static void atmel_rx_from_dma(struct uart_port *port)
|
|||
port->icount.rx += count;
|
||||
}
|
||||
|
||||
/* USART retreives ownership of RX DMA buffer */
|
||||
/* USART retrieves ownership of RX DMA buffer */
|
||||
dma_sync_single_for_device(port->dev, atmel_port->rx_phys,
|
||||
ATMEL_SERIAL_RX_SIZE, DMA_FROM_DEVICE);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue