diff mbox series

serial: samsung: fix spelling mistake

Message ID 20200617105907.7143-1-m.shams@samsung.com (mailing list archive)
State Mainlined
Commit c89511f61c34aa8e52055fc704cee09c8e459dee
Headers show
Series serial: samsung: fix spelling mistake | expand

Commit Message

Tamseel Shams June 17, 2020, 10:59 a.m. UTC
There is a spelling mistake in a comment. Fix it.

Signed-off-by: Tamseel Shams <m.shams@samsung.com>
---
 drivers/tty/serial/samsung_tty.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Alim Akhtar June 22, 2020, 2:28 a.m. UTC | #1
Hi Tamseel,

> -----Original Message-----
> From: Tamseel Shams <m.shams@samsung.com>
> Sent: 17 June 2020 16:29
> To: kgene@kernel.org; krzk@kernel.org; gregkh@linuxfoundation.org;
> jslaby@suse.com
> Cc: linux-arm-kernel@lists.infradead.org; linux-samsung-soc@vger.kernel.org;
> linux-serial@vger.kernel.org; linux-kernel@vger.kernel.org;
> alim.akhtar@samsung.com; Tamseel Shams <m.shams@samsung.com>
> Subject: [PATCH] serial: samsung: fix spelling mistake
> 
> There is a spelling mistake in a comment. Fix it.
> 
> Signed-off-by: Tamseel Shams <m.shams@samsung.com>
> ---
Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>

>  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
diff mbox series

Patch

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