From: Harikrishna Srinivasan <harikrs0905@gmail.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Jiri Slaby <jirislaby@kernel.org>,
linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org,
Harikrishna Srinivasan <harikrs0905@gmail.com>
Subject: [PATCH v2 2/2] serial: pxa: Fix comment typo
Date: Mon, 15 Dec 2025 00:28:46 -0700 [thread overview]
Message-ID: <20251215072846.11603-1-harikrs0905@gmail.com> (raw)
Fix a spelling mistake in a driver comment.
Signed-off-by: Harikrishna Srinivasan <harikrs0905@gmail.com>
---
drivers/tty/serial/pxa.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/tty/serial/pxa.c b/drivers/tty/serial/pxa.c
index e395ff29c1a2..19d85398e394 100644
--- a/drivers/tty/serial/pxa.c
+++ b/drivers/tty/serial/pxa.c
@@ -99,7 +99,7 @@ static inline void receive_chars(struct uart_pxa_port *up, int *status)
* Specification Update (May 2005)
*
* Step 2
- * Disable the Reciever Time Out Interrupt via IER[RTOEI]
+ * Disable the receiver timeout interrupt via IER[RTOEI]
*/
up->ier &= ~UART_IER_RTOIE;
serial_out(up, UART_IER, up->ier);
--
2.43.0
next reply other threads:[~2025-12-15 7:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-15 7:28 Harikrishna Srinivasan [this message]
2025-12-17 13:56 ` [PATCH v2 2/2] serial: pxa: Fix comment typo Greg Kroah-Hartman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251215072846.11603-1-harikrs0905@gmail.com \
--to=harikrs0905@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=jirislaby@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox