Commit 945def49 authored by Shivam Chaudhary's avatar Shivam Chaudhary Committed by Greg Kroah-Hartman
Browse files

tty: atmel_serial: Fix typo retreives to retrieves

parent 785cbc8b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);