[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250727023251.82850-1-ignacio.pena87@gmail.com>
Date: Sat, 26 Jul 2025 22:32:51 -0400
From: Ignacio Peña <ignacio.pena87@...il.com>
To: linux-kernel@...r.kernel.org
Cc: Ignacio Pena <ignacio.pena87@...il.com>
Subject: [PATCH] drivers/tty/serial: Fix typo 'incomming' -> 'incoming'
Fix spelling mistake.
No functional change.
Signed-off-by: Ignacio Pena <ignacio.pena87@...il.com>
---
drivers/tty/serial/serial-tegra.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/tty/serial/serial-tegra.c b/drivers/tty/serial/serial-tegra.c
index 8004fc00f..2eb49bcc7 100644
--- a/drivers/tty/serial/serial-tegra.c
+++ b/drivers/tty/serial/serial-tegra.c
@@ -1096,7 +1096,7 @@ static int tegra_uart_hw_init(struct tegra_uart_port *tup)
* EORD is different interrupt than RX_TIMEOUT - RX_TIMEOUT occurs when
* the DATA is sitting in the FIFO and couldn't be transferred to the
* DMA as the DMA size alignment (4 bytes) is not met. EORD will be
- * triggered when there is a pause of the incomming data stream for 4
+ * triggered when there is a pause of the incoming data stream for 4
* characters long.
*
* For pauses in the data which is not aligned to 4 bytes, we get
--
2.50.1
Powered by blists - more mailing lists