* [PATCH] serial: pxa: Fix comment typo
@ 2025-12-14 10:04 harindhu007
2025-12-15 4:35 ` Jiri Slaby
0 siblings, 1 reply; 2+ messages in thread
From: harindhu007 @ 2025-12-14 10:04 UTC (permalink / raw)
To: gregkh, jirislaby; +Cc: linux-serial, linux-kernel, harikrs0905
Fix a spelling mistake in a driver comment.
Signed-off-by: harindhu007 <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..218fa4003733 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 Time Out Interrupt via IER[RTOEI]
*/
up->ier &= ~UART_IER_RTOIE;
serial_out(up, UART_IER, up->ier);
--
2.43.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] serial: pxa: Fix comment typo
2025-12-14 10:04 [PATCH] serial: pxa: Fix comment typo harindhu007
@ 2025-12-15 4:35 ` Jiri Slaby
0 siblings, 0 replies; 2+ messages in thread
From: Jiri Slaby @ 2025-12-15 4:35 UTC (permalink / raw)
To: harindhu007, gregkh; +Cc: linux-serial, linux-kernel
On 14. 12. 25, 11:04, harindhu007 wrote:
> Fix a spelling mistake in a driver comment.
>
> Signed-off-by: harindhu007 <harikrs0905@gmail.com>
This is not your real name, is it?
> ---
> 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..218fa4003733 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 Time Out Interrupt via IER[RTOEI]
Perphaps change time out to timeout too?
thanks,
--
js
suse labs
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-12-15 4:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-12-14 10:04 [PATCH] serial: pxa: Fix comment typo harindhu007
2025-12-15 4:35 ` Jiri Slaby
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®