2020-06-17 11:21:49

by Tamseel Shams

[permalink] [raw]
Subject: [PATCH] serial: samsung: fix spelling mistake

There is a spelling mistake in a comment. Fix it.

Signed-off-by: Tamseel Shams <[email protected]>
---
drivers/tty/serial/samsung_tty.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/tty/serial/samsung_tty.c b/drivers/tty/serial/samsung_tty.c
index 6ef614d8648c..050a47fecdef 100644
--- a/drivers/tty/serial/samsung_tty.c
+++ b/drivers/tty/serial/samsung_tty.c
@@ -6,7 +6,7 @@
* http://armlinux.simtec.co.uk/
*/

-/* Hote on 2410 error handling
+/* Note on 2410 error handling
*
* The s3c2410 manual has a love/hate affair with the contents of the
* UERSTAT register in the UART blocks, and keeps marking some of the
--
2.17.1


2020-06-22 02:31:22

by Alim Akhtar

[permalink] [raw]
Subject: RE: [PATCH] serial: samsung: fix spelling mistake

Hi Tamseel,

> -----Original Message-----
> From: Tamseel Shams <[email protected]>
> Sent: 17 June 2020 16:29
> To: [email protected]; [email protected]; [email protected];
> [email protected]
> Cc: [email protected]; [email protected];
> [email protected]; [email protected];
> [email protected]; Tamseel Shams <[email protected]>
> Subject: [PATCH] serial: samsung: fix spelling mistake
>
> There is a spelling mistake in a comment. Fix it.
>
> Signed-off-by: Tamseel Shams <[email protected]>
> ---
Reviewed-by: Alim Akhtar <[email protected]>

> drivers/tty/serial/samsung_tty.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/tty/serial/samsung_tty.c b/drivers/tty/serial/samsung_tty.c
> index 6ef614d8648c..050a47fecdef 100644
> --- a/drivers/tty/serial/samsung_tty.c
> +++ b/drivers/tty/serial/samsung_tty.c
> @@ -6,7 +6,7 @@
> * http://armlinux.simtec.co.uk/
> */
>
> -/* Hote on 2410 error handling
> +/* Note on 2410 error handling
> *
> * The s3c2410 manual has a love/hate affair with the contents of the
> * UERSTAT register in the UART blocks, and keeps marking some of the
> --
> 2.17.1